mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 16:03:19 +07:00
misc: Bump version to v0.48.0-beta (#282)
This commit is contained in:
parent
8e9c48384c
commit
835f9391ac
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 40cd1263035973d41e2c7460fbcc9a1f594ea2f9
|
||||
Subproject commit 80f55963580738fe8cf25cd1c5e0dc5cc2831b06
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.47.0-beta
|
||||
image: getlago/api:v0.48.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -79,7 +79,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.47.0-beta
|
||||
image: getlago/front:v0.48.0-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;\"'"
|
||||
@ -117,7 +117,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.47.0-beta
|
||||
image: getlago/api:v0.48.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -155,7 +155,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.47.0-beta
|
||||
image: getlago/api:v0.48.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit fe8f59b5d753c2d4fe14394d7da7023edc5dc187
|
||||
Subproject commit 7a3fd99150a3e0147524b1fff8583b14db40b71d
|
Loading…
Reference in New Issue
Block a user