misc: Bump version to v0.44.0-beta (#268)

This commit is contained in:
Vincent Pochet 2023-08-14 15:00:04 +02:00 committed by GitHub
parent fc2775fd59
commit 9bcb57357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
api

@ -1 +1 @@
Subproject commit c1673b2d5e34c89fb332a4623d691da84eb07f6d Subproject commit c7727b2ee39fc9495e1bab95690dd4b38aceb14a

View File

@ -33,7 +33,7 @@ services:
api: api:
container_name: lago-api container_name: lago-api
image: getlago/api:v0.43.0-beta image: getlago/api:v0.44.0-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
@ -79,7 +79,7 @@ services:
front: front:
container_name: lago-front container_name: lago-front
image: getlago/front:v0.43.0-beta image: getlago/front:v0.44.0-beta
restart: unless-stopped restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt # 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;\"'" # command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
@ -117,7 +117,7 @@ services:
api-worker: api-worker:
container_name: lago-worker container_name: lago-worker
image: getlago/api:v0.43.0-beta image: getlago/api:v0.44.0-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- api - api
@ -155,7 +155,7 @@ services:
api-clock: api-clock:
container_name: lago-clock container_name: lago-clock
image: getlago/api:v0.43.0-beta image: getlago/api:v0.44.0-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- api - api

2
front

@ -1 +1 @@
Subproject commit 28a945d89c0c962d4ec28c22db67a6e77e0f1ee9 Subproject commit 097efbc6947d5526dbf9d866880d387e8c054f4d