Merge pull request #128 from getlago/v0.14.0-alpha

misc: Bump version to v0.14.0-alpha
This commit is contained in:
Romain Sempé 2022-11-10 10:17:25 +01:00 committed by GitHub
commit 7bed1debee
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 92410a7ab3e860ee5d6ba0e1e037ec082c784125
Subproject commit a5631cfd3a36369e30cda3e9aa0f44cf6b5931b3

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api-arm64v8:v0.13.2-alpha
image: getlago/api-arm64v8:v0.14.0-alpha
restart: unless-stopped
depends_on:
- db
@ -70,7 +70,7 @@ services:
front:
container_name: lago-front
image: getlago/front-arm64v8:v0.13.0-alpha
image: getlago/front-arm64v8:v0.14.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.13.2-alpha
image: getlago/api-arm64v8:v0.14.0-alpha
restart: unless-stopped
depends_on:
- api
@ -141,7 +141,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.13.2-alpha
image: getlago/api-arm64v8:v0.14.0-alpha
restart: unless-stopped
depends_on:
- api

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.13.2-alpha
image: getlago/api:v0.14.0-alpha
restart: unless-stopped
depends_on:
- db
@ -76,7 +76,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.13.0-alpha
image: getlago/front:v0.14.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.13.2-alpha
image: getlago/api:v0.14.0-alpha
restart: unless-stopped
depends_on:
- api
@ -150,7 +150,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.13.2-alpha
image: getlago/api:v0.14.0-alpha
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit 8b59120a26610afa6d39413fa505206d3034b8ae
Subproject commit 6f0451f5117312236279cfc0d1d1f87467f8a46f