mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:13:24 +07:00
misc: Bump version to v0.33.0-beta
This commit is contained in:
parent
aa67ca9e42
commit
ae695a88ac
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 15d2c4a9608c4b65175b6f5462f781a55d5c3cd7
|
||||
Subproject commit 38df1be100edb830f9efe399a5db0a0e9562a314
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.32.0-beta
|
||||
image: getlago/api:v0.33.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.32.0-beta
|
||||
image: getlago/front:v0.33.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;\"'"
|
||||
@ -116,7 +116,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.32.0-beta
|
||||
image: getlago/api:v0.33.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.32.0-beta
|
||||
image: getlago/api:v0.33.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 9408590f4d849012da72b24bebf9fa2618492125
|
||||
Subproject commit 6be024b40ebc504ef168501b8011e126d5980f54
|
Loading…
Reference in New Issue
Block a user