misc(docker): bump to v0.16.0-alpha (#138)

This commit is contained in:
Jérémy Denquin 2022-11-24 14:40:19 +01:00 committed by GitHub
parent 6168b5000f
commit da760208a5
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 903e175841a43081a94e96e8be0af30d668dba8e
Subproject commit fee1417b62db40ed3cc99560a0a0713b17c43f5a

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api-arm64v8:v0.15.1-alpha
image: getlago/api-arm64v8:v0.16.0-alpha
restart: unless-stopped
depends_on:
- db
@ -70,7 +70,7 @@ services:
front:
container_name: lago-front
image: getlago/front-arm64v8:v0.15.1-alpha
image: getlago/front-arm64v8:v0.16.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;\"'"
@ -107,7 +107,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api-arm64v8:v0.15.1-alpha
image: getlago/api-arm64v8:v0.16.0-alpha
restart: unless-stopped
depends_on:
- api
@ -141,7 +141,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.15.1-alpha
image: getlago/api-arm64v8:v0.16.0-alpha
restart: unless-stopped
depends_on:
- api

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.15.1-alpha
image: getlago/api:v0.16.0-alpha
restart: unless-stopped
depends_on:
- db
@ -76,7 +76,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.15.1-alpha
image: getlago/front:v0.16.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;\"'"
@ -113,7 +113,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.15.1-alpha
image: getlago/api:v0.16.0-alpha
restart: unless-stopped
depends_on:
- api
@ -150,7 +150,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.15.1-alpha
image: getlago/api:v0.16.0-alpha
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit 2b58c0e751db789363707846dd3ddd13bba35ebc
Subproject commit 8b493503de0f52571a26786eaf4106cb45cb6961