mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:13:24 +07:00
misc(version): bump to v0.37.0-beta (#249)
This commit is contained in:
parent
968ffc60f9
commit
97d9894523
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 9868c0f10c5843ca0e9533a64583445b92acce8e
|
||||
Subproject commit 8bbb177d79299f106d7cd2da581dc5049fc7c74d
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.36.1-beta
|
||||
image: getlago/api:v0.37.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.36.1-beta
|
||||
image: getlago/front:v0.37.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.36.1-beta
|
||||
image: getlago/api:v0.37.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.36.1-beta
|
||||
image: getlago/api:v0.37.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit bbb3ab5078d37486dd80bf72b6064b9fd6cf90a6
|
||||
Subproject commit 7b05264e594bd171c6a9b7d3f2b14b3db4869a98
|
Loading…
Reference in New Issue
Block a user