mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:13:24 +07:00
misc: Bump version from 0.53.3 to 0.54.0
This commit is contained in:
parent
55540ce669
commit
5c8ab7371d
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit ff426eb52adfbcc43dfd79b31c4b1df5d39cbf30
|
||||
Subproject commit 9defaa678b903d30f6175358aa82747aaf427360
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.53.3-beta
|
||||
image: getlago/api:v0.54.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -82,7 +82,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.53.3-beta
|
||||
image: getlago/front:v0.54.0-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.53.3-beta
|
||||
image: getlago/api:v0.54.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -163,7 +163,7 @@ services:
|
||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||
#api-events-worker:
|
||||
# container_name: lago-events-worker
|
||||
# image: getlago/api:v0.53.3-beta
|
||||
# image: getlago/api:v0.54.0-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.53.3-beta
|
||||
image: getlago/api:v0.54.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit aa763021477ef4a7640bf2b7bc4b572c73f29467
|
||||
Subproject commit f090522d8a7d8673ade93fead4bcaaad5731bd7b
|
Loading…
Reference in New Issue
Block a user