mirror of
https://github.com/getlago/lago.git
synced 2025-07-08 23:09:14 +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:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -80,7 +80,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.49.0-beta
|
||||
image: getlago/front:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
# 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;\"'"
|
||||
@ -118,7 +118,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -159,7 +159,7 @@ services:
|
||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||
#api-events-worker:
|
||||
# container_name: lago-events-worker
|
||||
# image: getlago/api:v0.47.0-beta
|
||||
# image: getlago/api:v0.49.1-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -196,7 +196,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
Submodule front updated: cf3d110059...58a56feb48
Reference in New Issue
Block a user