misc: Bump version to v0.51.0-beta (#294)

This commit is contained in:
Vincent Pochet 2023-11-06 10:00:22 +01:00 committed by GitHub
parent 5f7f216176
commit a2a2ff968b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

2
api

@ -1 +1 @@
Subproject commit 54bedb87280606902de2b504c50ef8f5ec43255d
Subproject commit 9e4a2f883367332829f3b14ed50fbe3c9fc42fd0

View File

@ -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

@ -1 +1 @@
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
Subproject commit 0e9377b5283c57b20e27f38da72db5df3adef45c