mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
Merge pull request #297 from getlago/bump_version
misc: Bump version to v0.51.3-beta
This commit is contained in:
commit
abe39faebc
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit dcbd3d268490fc8a4d97d7d02e4d021334e3c702
|
||||
Subproject commit ff1868cbeaa711e362d49546e93aff13984e9502
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.51.2-beta
|
||||
image: getlago/api:v0.51.3-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -120,7 +120,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.51.2-beta
|
||||
image: getlago/api:v0.51.3-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.2-beta
|
||||
# image: getlago/api:v0.51.3-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.51.2-beta
|
||||
image: getlago/api:v0.51.3-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
Loading…
Reference in New Issue
Block a user