misc(docker): Bump to v0.23.0-beta (#197)

Co-authored-by: Jeremy Denquin <jeremy@getlago.com>
This commit is contained in:
Jérémy Denquin
2023-02-21 14:39:29 +01:00
committed by GitHub
parent 4657fd4631
commit d2829fe1c8
4 changed files with 10 additions and 10 deletions

2
api

Submodule api updated: 619a7a53f9...1dd43b3c71

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api-arm64v8:v0.22.1-beta
image: getlago/api-arm64v8:v0.23.0-beta
restart: unless-stopped
depends_on:
- db
@ -73,7 +73,7 @@ services:
front:
container_name: lago-front
image: getlago/front-arm64v8:v0.22.0-beta
image: getlago/front-arm64v8:v0.23.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.22.1-beta
image: getlago/api-arm64v8:v0.23.0-beta
restart: unless-stopped
depends_on:
- api
@ -146,7 +146,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.22.1-beta
image: getlago/api-arm64v8:v0.23.0-beta
restart: unless-stopped
depends_on:
- api

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.22.1-beta
image: getlago/api:v0.23.0-beta
restart: unless-stopped
depends_on:
- db
@ -77,7 +77,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.22.0-beta
image: getlago/front:v0.23.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.22.1-beta
image: getlago/api:v0.23.0-beta
restart: unless-stopped
depends_on:
- api
@ -151,7 +151,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.22.1-beta
image: getlago/api:v0.23.0-beta
restart: unless-stopped
depends_on:
- api

2
front

Submodule front updated: 3e84fb4bcb...59fcbe8c28