misc(version): bump to v0.54.2 (#316)

This commit is contained in:
Jérémy Denquin 2024-01-22 16:09:03 +01:00 committed by GitHub
parent 2ad47de974
commit 408b8594b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

2
api

@ -1 +1 @@
Subproject commit f5634fb5a438993d41d009d072e2e9f8f4a021ea
Subproject commit 41260378608b58390bbd80e347eaafe8fcaf9ea5

View File

@ -7,7 +7,7 @@ volumes:
services:
db:
image: postgres:14.0-alpine
image: postgres:14-alpine
container_name: lago-db
restart: unless-stopped
environment:
@ -22,7 +22,7 @@ services:
- ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432}
redis:
image: redis:6.2-alpine
image: redis:6-alpine
container_name: lago-redis
restart: unless-stopped
command: --port ${REDIS_PORT:-6379}
@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.54.1-beta
image: getlago/api:v0.54.2-beta
restart: unless-stopped
depends_on:
- db
@ -82,7 +82,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.54.1-beta
image: getlago/front:v0.54.2-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;\"'"
@ -120,7 +120,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.54.1-beta
image: getlago/api:v0.54.2-beta
restart: unless-stopped
depends_on:
- api
@ -200,7 +200,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.54.1-beta
image: getlago/api:v0.54.2-beta
restart: unless-stopped
depends_on:
- api
@ -221,4 +221,4 @@ services:
- ENCRYPTION_KEY_DERIVATION_SALT=${LAGO_ENCRYPTION_KEY_DERIVATION_SALT:-your-encryption-derivation-salt}
pdf:
image: getlago/lago-gotenberg:7
image: getlago/lago-gotenberg:7.8.2