mirror of
https://github.com/getlago/lago.git
synced 2025-01-12 15:57:24 +07:00
misc(version): Bump to v0.41.0-beta (#264)
Co-authored-by: Jeremy Denquin <jeremy@getlago.com>
This commit is contained in:
parent
dcdb2b3c25
commit
5022561fe1
2
api
2
api
@ -1 +1 @@
|
|||||||
Subproject commit 5b4e57d08c6bc73522dafa21c192776052620bd1
|
Subproject commit 5e6499b12fb68ee8ec9fd6dec8c20acfc4d211c4
|
@ -33,7 +33,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: lago-api
|
container_name: lago-api
|
||||||
image: getlago/api:v0.40.0-beta
|
image: getlago/api:v0.41.0-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -79,7 +79,7 @@ services:
|
|||||||
|
|
||||||
front:
|
front:
|
||||||
container_name: lago-front
|
container_name: lago-front
|
||||||
image: getlago/front:v0.40.0-beta
|
image: getlago/front:v0.41.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;\"'"
|
||||||
@ -117,7 +117,7 @@ services:
|
|||||||
|
|
||||||
api-worker:
|
api-worker:
|
||||||
container_name: lago-worker
|
container_name: lago-worker
|
||||||
image: getlago/api:v0.40.0-beta
|
image: getlago/api:v0.41.0-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
@ -155,7 +155,7 @@ services:
|
|||||||
|
|
||||||
api-clock:
|
api-clock:
|
||||||
container_name: lago-clock
|
container_name: lago-clock
|
||||||
image: getlago/api:v0.40.0-beta
|
image: getlago/api:v0.41.0-beta
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
2
front
2
front
@ -1 +1 @@
|
|||||||
Subproject commit d3664a9ffd0c26fcdd74206384a13e07cfb1bcfa
|
Subproject commit a8099e630d6d63475da61246f9e5df0b406d1849
|
Loading…
Reference in New Issue
Block a user