mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
misc(version): bump to v0.49.1-beta (#287)
This commit is contained in:
parent
c8f41339a5
commit
7aa18c9ead
2
api
2
api
@ -1 +1 @@
|
|||||||
Subproject commit 3559b94cafac5599c644460021ec66c17465bfe3
|
Subproject commit 7902101c382ef386535848624a0aa679e7f7b003
|
@ -33,7 +33,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -80,7 +80,7 @@ services:
|
|||||||
|
|
||||||
front:
|
front:
|
||||||
container_name: lago-front
|
container_name: lago-front
|
||||||
image: getlago/front:v0.49.0-beta
|
image: getlago/front:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Use this command if you want to use SSL with Let's Encrypt
|
# 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;\"'"
|
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
|
||||||
@ -118,7 +118,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
@ -159,7 +159,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.47.0-beta
|
# image: getlago/api:v0.49.1-beta
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - api
|
# - api
|
||||||
@ -196,7 +196,7 @@ services:
|
|||||||
|
|
||||||
api-clock:
|
api-clock:
|
||||||
container_name: lago-clock
|
container_name: lago-clock
|
||||||
image: getlago/api:v0.49.0-beta
|
image: getlago/api:v0.49.1-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
2
front
2
front
@ -1 +1 @@
|
|||||||
Subproject commit cf3d110059eed73447b6739c465d5584299d34f8
|
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
|
Loading…
Reference in New Issue
Block a user