mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
Bump version to v0.39.0-beta
This commit is contained in:
parent
6bf3c9af16
commit
9670bf6b7e
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 728e6912a179331bf580ed85117c59e7ec002790
|
||||
Subproject commit 94b7be2ef71f2a1ccb13738013838f09f8921bd7
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.38.0-beta
|
||||
image: getlago/api:v0.39.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.38.0-beta
|
||||
image: getlago/front:v0.39.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;\"'"
|
||||
@ -116,7 +116,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.38.0-beta
|
||||
image: getlago/api:v0.39.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.38.0-beta
|
||||
image: getlago/api:v0.39.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit eb090c1aaa416af6a80ad1516609bb390338e3af
|
||||
Subproject commit d3664a9ffd0c26fcdd74206384a13e07cfb1bcfa
|
Loading…
Reference in New Issue
Block a user