mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 15:53:20 +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:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -80,7 +80,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.49.0-beta
|
||||
image: getlago/front:v0.49.1-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;\"'"
|
||||
@ -118,7 +118,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -159,7 +159,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.47.0-beta
|
||||
# image: getlago/api:v0.49.1-beta
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - api
|
||||
@ -196,7 +196,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.49.0-beta
|
||||
image: getlago/api:v0.49.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit cf3d110059eed73447b6739c465d5584299d34f8
|
||||
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
|
Loading…
Reference in New Issue
Block a user