misc: Bump to v0.36.1-beta

This commit is contained in:
Romain Sempé 2023-06-09 14:13:57 +02:00
parent 754b2f3f56
commit 5abd13c526
2 changed files with 5 additions and 5 deletions

2
api

@ -1 +1 @@
Subproject commit 9d3780906002fcc3aab607eb538f6efecbf44712
Subproject commit 9868c0f10c5843ca0e9533a64583445b92acce8e

View File

@ -32,7 +32,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.36.0-beta
image: getlago/api:v0.36.1-beta
restart: unless-stopped
depends_on:
- db
@ -78,7 +78,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.36.0-beta
image: getlago/front:v0.36.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.36.0-beta
image: getlago/api:v0.36.1-beta
restart: unless-stopped
depends_on:
- api
@ -154,7 +154,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.36.0-beta
image: getlago/api:v0.36.1-beta
restart: unless-stopped
depends_on:
- api