mirror of
https://github.com/getlago/lago.git
synced 2025-01-07 05:50:37 +07:00
misc(docker): Bump versions to v0.15.0-alpha (#132)
This commit is contained in:
parent
31e5840e49
commit
66ee17938a
2
api
2
api
@ -1 +1 @@
|
|||||||
Subproject commit 8fb9844c760c335029e13746a661c76128813500
|
Subproject commit 7ed51e6e48ecee48c008173b4d624d2bef237bb4
|
@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.14.1-alpha
|
image: getlago/api:v0.15.0-alpha
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -76,7 +76,7 @@ services:
|
|||||||
|
|
||||||
front:
|
front:
|
||||||
container_name: lago-front
|
container_name: lago-front
|
||||||
image: getlago/front:v0.14.1-alpha
|
image: getlago/front:v0.15.0-alpha
|
||||||
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;\"'"
|
||||||
@ -113,7 +113,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.14.1-alpha
|
image: getlago/api:v0.15.0-alpha
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
|
|
||||||
api-clock:
|
api-clock:
|
||||||
container_name: lago-clock
|
container_name: lago-clock
|
||||||
image: getlago/api:v0.14.1-alpha
|
image: getlago/api:v0.15.0-alpha
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
2
front
2
front
@ -1 +1 @@
|
|||||||
Subproject commit 410fc5423b39205799cc45e7d0d7011129cf5bed
|
Subproject commit 97cda1f712f0e407bb59356793c55d43d35ff162
|
Loading…
Reference in New Issue
Block a user