misc(docker): Bump versions to v0.12.0-alpha

This commit is contained in:
Jeremy Denquin
2022-10-13 11:49:12 +02:00
parent 48f8114c3e
commit e4aaa40dcc
3 changed files with 6 additions and 6 deletions

2
api

Submodule api updated: fc36008529...30158143b5

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.11.0-alpha
image: getlago/api:v0.12.0-alpha
restart: unless-stopped
depends_on:
- db
@ -73,7 +73,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.11.0-alpha
image: getlago/front:v0.12.0-alpha
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;\"'"
@ -109,7 +109,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.11.0-alpha
image: getlago/api:v0.12.0-alpha
restart: unless-stopped
depends_on:
- api
@ -144,7 +144,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.11.0-alpha
image: getlago/api:v0.12.0-alpha
restart: unless-stopped
depends_on:
- api

2
front

Submodule front updated: 33bc738ec7...b0079083b9