misc(docker): Bump version to v0.21.0-beta (#184)

Co-authored-by: Jeremy Denquin <jeremy@getlago.com>
This commit is contained in:
Jérémy Denquin 2023-01-27 11:09:32 +01:00 committed by GitHub
parent 93c49b2405
commit 370e0eabb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

2
api

@ -1 +1 @@
Subproject commit 5626aa94db0c8cf5d6bd017c349f7ed9a667379f
Subproject commit 9ade14983095fb80caf9c26634effd3bd8fe0b58

View File

@ -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

View File

@ -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

@ -1 +1 @@
Subproject commit c8847c40cc0180f4b1c2fa1d391f21bc0d193327
Subproject commit 37781c3b1d88a73abea7f2a2c75038075ba0aa7f