mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:03:24 +07:00
misc: Bump version to v0.51.1-beta
This commit is contained in:
parent
a2a2ff968b
commit
d25d4cfe32
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 9e4a2f883367332829f3b14ed50fbe3c9fc42fd0
|
||||
Subproject commit ecceafaebcf8a5915b91c5d42f01a997238d5050
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.51.0-beta
|
||||
image: getlago/api:v0.51.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -82,7 +82,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.51.0-beta
|
||||
image: getlago/front:v0.51.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;\"'"
|
||||
@ -120,7 +120,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.51.0-beta
|
||||
image: getlago/api:v0.51.1-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.49.1-beta
|
||||
# image: getlago/api:v0.51.1-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.51.0-beta
|
||||
image: getlago/api:v0.51.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 0e9377b5283c57b20e27f38da72db5df3adef45c
|
||||
Subproject commit abe93579be75a49ed48e42edfb23449f3395f888
|
Loading…
Reference in New Issue
Block a user