mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 15:53:20 +07:00
misc(version): bump to v0.54.2 (#316)
This commit is contained in:
parent
2ad47de974
commit
408b8594b2
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit f5634fb5a438993d41d009d072e2e9f8f4a021ea
|
||||
Subproject commit 41260378608b58390bbd80e347eaafe8fcaf9ea5
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user