mirror of
https://github.com/getlago/lago.git
synced 2025-07-13 09:19:22 +07:00
misc(version): bump to v0.49.1-beta (#287)
This commit is contained in:
2
api
2
api
Submodule api updated: 3559b94caf...7902101c38
@ -33,7 +33,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -80,7 +80,7 @@ services:
|
|||||||
|
|
||||||
front:
|
front:
|
||||||
container_name: lago-front
|
container_name: lago-front
|
||||||
image: getlago/front:v0.49.0-beta
|
image: getlago/front:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Use this command if you want to use SSL with Let's Encrypt
|
# Use this command if you want to use SSL with Let's Encrypt
|
||||||
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
|
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
|
||||||
@ -118,7 +118,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
@ -159,7 +159,7 @@ services:
|
|||||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||||
#api-events-worker:
|
#api-events-worker:
|
||||||
# container_name: lago-events-worker
|
# container_name: lago-events-worker
|
||||||
# image: getlago/api:v0.47.0-beta
|
# image: getlago/api:v0.49.1-beta
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - api
|
# - api
|
||||||
@ -196,7 +196,7 @@ services:
|
|||||||
|
|
||||||
api-clock:
|
api-clock:
|
||||||
container_name: lago-clock
|
container_name: lago-clock
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
2
front
2
front
Submodule front updated: cf3d110059...58a56feb48
Reference in New Issue
Block a user