mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
misc: Bump version to v0.46.0-beta (#278)
This commit is contained in:
parent
1017fcd715
commit
140cecf523
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 6b778837440c0fddeabbb2e3038b4293ca3c922a
|
||||
Subproject commit 6eca54338dbb572367d6e665825be0db8ee211d2
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.45.0-beta
|
||||
image: getlago/api:v0.46.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -79,7 +79,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.45.0-beta
|
||||
image: getlago/front:v0.46.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.45.0-beta
|
||||
image: getlago/api:v0.46.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -155,7 +155,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.45.0-beta
|
||||
image: getlago/api:v0.46.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 9c3d01c9ffbaf792d81e1c0aacb24b7cd97aeede
|
||||
Subproject commit 604c480526ad5bf7684e5ff8ddfe5f637dfd2cda
|
Loading…
Reference in New Issue
Block a user