mirror of
https://github.com/getlago/lago.git
synced 2025-01-30 17:35:17 +07:00
Merge pull request #290 from getlago/bump-version
misc: Bump version to 0.50.0-beta
This commit is contained in:
commit
54d2b937e1
2
api
2
api
@ -1 +1 @@
|
|||||||
Subproject commit 7902101c382ef386535848624a0aa679e7f7b003
|
Subproject commit e919f5e09f643844ce9449c0dafcd18148347404
|
@ -33,7 +33,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.49.1-beta
|
image: getlago/api:v0.50.0-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -82,7 +82,7 @@ services:
|
|||||||
|
|
||||||
front:
|
front:
|
||||||
container_name: lago-front
|
container_name: lago-front
|
||||||
image: getlago/front:v0.49.1-beta
|
image: getlago/front:v0.50.0-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;\"'"
|
||||||
@ -120,7 +120,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.49.1-beta
|
image: getlago/api:v0.50.0-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.49.1-beta
|
image: getlago/api:v0.50.0-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
2
front
2
front
@ -1 +1 @@
|
|||||||
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
|
Subproject commit a67e93b0c8c09efa23114e22a5db45e78255981e
|
Loading…
Reference in New Issue
Block a user