mirror of
https://github.com/getlago/lago.git
synced 2025-02-05 00:18:37 +07:00
misc(docker): Bump version to v0.21.0-beta (#184)
Co-authored-by: Jeremy Denquin <jeremy@getlago.com>
This commit is contained in:
parent
93c49b2405
commit
370e0eabb7
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 5626aa94db0c8cf5d6bd017c349f7ed9a667379f
|
||||
Subproject commit 9ade14983095fb80caf9c26634effd3bd8fe0b58
|
@ -30,7 +30,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api-arm64v8:v0.20.0-beta
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -73,7 +73,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front-arm64v8:v0.20.0-beta
|
||||
image: getlago/front-arm64v8:v0.21.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;\"'"
|
||||
@ -110,7 +110,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api-arm64v8:v0.20.0-beta
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -146,7 +146,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api-arm64v8:v0.20.0-beta
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
@ -31,7 +31,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.20.0-beta
|
||||
image: getlago/api:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -77,7 +77,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.20.0-beta
|
||||
image: getlago/front:v0.21.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;\"'"
|
||||
@ -114,7 +114,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.20.0-beta
|
||||
image: getlago/api:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -151,7 +151,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.20.0-beta
|
||||
image: getlago/api:v0.21.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit c8847c40cc0180f4b1c2fa1d391f21bc0d193327
|
||||
Subproject commit 37781c3b1d88a73abea7f2a2c75038075ba0aa7f
|
Loading…
Reference in New Issue
Block a user