mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
misc(version): bump to v0.29.1-beta
This commit is contained in:
parent
d945c6636c
commit
d086a1797f
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 1307d7338d97b22a3e46e55a677126da443ebd4e
|
||||
Subproject commit 9bac27f7f3324c8ad9b119c7035ee44c79287ffa
|
@ -32,7 +32,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.29.0-beta
|
||||
image: getlago/api:v0.29.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -78,7 +78,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.29.0-beta
|
||||
image: getlago/front:v0.29.1-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.29.0-beta
|
||||
image: getlago/api:v0.29.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -154,7 +154,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.29.0-beta
|
||||
image: getlago/api:v0.29.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit f47df7529b0261aed4bfa487dddde3a08178218b
|
||||
Subproject commit 3376b00157dde037e9daecb43a982792bf030fcf
|
Loading…
Reference in New Issue
Block a user