mirror of
https://github.com/getlago/lago.git
synced 2025-01-05 13:08:00 +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:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.51.2-beta
|
image: getlago/api:v0.51.3-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -120,7 +120,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.51.2-beta
|
image: getlago/api:v0.51.3-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
@ -163,7 +163,7 @@ services:
|
|||||||
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
|
||||||
#api-events-worker:
|
#api-events-worker:
|
||||||
# container_name: lago-events-worker
|
# container_name: lago-events-worker
|
||||||
# image: getlago/api:v0.51.2-beta
|
# image: getlago/api:v0.51.3-beta
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - api
|
# - api
|
||||||
@ -200,7 +200,7 @@ services:
|
|||||||
|
|
||||||
api-clock:
|
api-clock:
|
||||||
container_name: lago-clock
|
container_name: lago-clock
|
||||||
image: getlago/api:v0.51.2-beta
|
image: getlago/api:v0.51.3-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
Loading…
Reference in New Issue
Block a user