mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
misc: Bump to v0.31.0-beta (#233)
This commit is contained in:
parent
17ca8df50e
commit
3a2f2a10bb
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 12eb853ae248dd21f44b26c6cb97e80a6e704b5f
|
||||
Subproject commit 460ba30aed8944853a8f6dcbdce13f9f4998cecc
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.30.0-beta
|
||||
image: getlago/api:v0.31.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.30.0-beta
|
||||
image: getlago/front:v0.31.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.30.0-beta
|
||||
image: getlago/api:v0.31.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.30.0-beta
|
||||
image: getlago/api:v0.31.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit b38c55a42d7ac08153d769e1b691a1d9b668404f
|
||||
Subproject commit 754426140bb3d3fef99c0e157db23bd37dea16b1
|
Loading…
Reference in New Issue
Block a user