misc: Version 0.34.1-beta (#241)

This commit is contained in:
Vincent Pochet 2023-05-30 15:01:35 +02:00 committed by GitHub
parent b77e6682c7
commit 956daf5664
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 7cd29482f9297fa537c5c586130134d21ab31ce2
Subproject commit 81037826053de2db2adcc8f4605e9a127af0290f

View File

@ -32,7 +32,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.34.0-beta
image: getlago/api:v0.34.1-beta
restart: unless-stopped
depends_on:
- db
@ -78,7 +78,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.34.0-beta
image: getlago/front:v0.34.1-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;\"'"
@ -116,7 +116,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.34.0-beta
image: getlago/api:v0.34.1-beta
restart: unless-stopped
depends_on:
- api
@ -154,7 +154,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.34.0-beta
image: getlago/api:v0.34.1-beta
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit ce685d85d96968333e3fe5ba7fb5c18f6153b4c7
Subproject commit c6aab96f987943811d374a4cad9bcbd9947fe124