mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:23:24 +07:00
misc: Bump version to v0.51.0-beta (#294)
This commit is contained in:
parent
5f7f216176
commit
a2a2ff968b
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 54bedb87280606902de2b504c50ef8f5ec43255d
|
||||
Subproject commit 9e4a2f883367332829f3b14ed50fbe3c9fc42fd0
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.50.0-beta
|
||||
image: getlago/api:v0.51.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -82,7 +82,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.50.0-beta
|
||||
image: getlago/front:v0.51.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.50.0-beta
|
||||
image: getlago/api:v0.51.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -158,7 +158,7 @@ services:
|
||||
# - SIDEKIQ_EVENTS=true
|
||||
volumes:
|
||||
- lago_storage_data:/app/storage
|
||||
|
||||
|
||||
# You can uncomment this if you want to use a dedicated Sidekiq worker for the event ingestion.
|
||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||
#api-events-worker:
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.50.0-beta
|
||||
image: getlago/api:v0.51.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
|
||||
Subproject commit 0e9377b5283c57b20e27f38da72db5df3adef45c
|
Loading…
Reference in New Issue
Block a user