mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:13:24 +07:00
misc: Bump version from 0.57.0 to 0.57.1
This commit is contained in:
parent
4e5defc846
commit
d399c5cb8a
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 9a1839d16194b5668c917e69d99e9b830478cc2a
|
||||
Subproject commit 12adcb9b737a513c71c2e476b7659e378ef9736b
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.57.0-beta
|
||||
image: getlago/api:v0.57.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -87,7 +87,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.57.0-beta
|
||||
image: getlago/front:v0.57.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;\"'"
|
||||
@ -126,7 +126,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.57.0-beta
|
||||
image: getlago/api:v0.57.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
@ -170,7 +170,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.57.0-beta
|
||||
# image: getlago/api:v0.57.1-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# api:
|
||||
@ -208,7 +208,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.57.0-beta
|
||||
image: getlago/api:v0.57.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
api:
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit e1c756cbd9dd46347a31ed3111443bf4a0ff26b8
|
||||
Subproject commit 35f4474c1d01d03fb4f8682cc4dc659047fb1350
|
Loading…
Reference in New Issue
Block a user