mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:03:24 +07:00
misc(version): bump to v0.52.0-beta (#299)
This commit is contained in:
parent
d053bbe9de
commit
71f269a7fa
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 5d6b7411e6ababe17995677c1327ee3e44183168
|
||||
Subproject commit c3430cd1c7e04460312d93c5d3717da2d6e2fe47
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.51.4-beta
|
||||
image: getlago/api:v0.52.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -82,7 +82,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.51.4-beta
|
||||
image: getlago/front:v0.52.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.51.4-beta
|
||||
image: getlago/api:v0.52.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.51.4-beta
|
||||
# image: getlago/api:v0.52.0-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.51.4-beta
|
||||
image: getlago/api:v0.52.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit f24db05683a2c5db94ceb22b4c4a4b99fd51a7f8
|
||||
Subproject commit f249ad3da7a92c2c4a6e20de6e7c4f3925b1ab05
|
Loading…
Reference in New Issue
Block a user