mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:23:24 +07:00
misc(version): bump to v0.35.0-beta (#245)
Co-authored-by: Jeremy Denquin <jeremy@getlago.com>
This commit is contained in:
parent
ad5f7d2ceb
commit
81b2c11180
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit e499e0b3d90bb6f544369291a4313dd9df272192
|
||||
Subproject commit 1b329ed4a0ae86525cf36d06605495aa4ca48530
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.34.3-beta
|
||||
image: getlago/api:v0.35.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.34.3-beta
|
||||
image: getlago/front:v0.35.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.34.3-beta
|
||||
image: getlago/api:v0.35.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.34.3-beta
|
||||
image: getlago/api:v0.35.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 385a08a756914e5c4c1135ff5dee0dd3750c154e
|
||||
Subproject commit ce685d85d96968333e3fe5ba7fb5c18f6153b4c7
|
Loading…
Reference in New Issue
Block a user