mirror of
https://github.com/getlago/lago.git
synced 2025-01-29 00:51:13 +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:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.49.1-beta
|
||||
image: getlago/api:v0.50.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -82,7 +82,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.49.1-beta
|
||||
image: getlago/front:v0.50.0-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;\"'"
|
||||
@ -120,7 +120,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.49.1-beta
|
||||
image: getlago/api:v0.50.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -200,7 +200,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.49.1-beta
|
||||
image: getlago/api:v0.50.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598
|
||||
Subproject commit a67e93b0c8c09efa23114e22a5db45e78255981e
|
Loading…
Reference in New Issue
Block a user