mirror of
https://github.com/getlago/lago.git
synced 2025-01-05 13:08:00 +07:00
misc(docker): bump to v0.22.0-beta (#186)
This commit is contained in:
parent
370e0eabb7
commit
da29b4a7d8
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 9ade14983095fb80caf9c26634effd3bd8fe0b58
|
||||
Subproject commit ee5373c5d2336969a2bac92567da2cc520d61e88
|
@ -30,7 +30,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
image: getlago/api-arm64v8:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -73,7 +73,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front-arm64v8:v0.21.0-beta
|
||||
image: getlago/front-arm64v8:v0.22.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;\"'"
|
||||
@ -110,7 +110,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
image: getlago/api-arm64v8:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -146,7 +146,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api-arm64v8:v0.21.0-beta
|
||||
image: getlago/api-arm64v8:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
@ -31,7 +31,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.21.0-beta
|
||||
image: getlago/api:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -77,7 +77,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.21.0-beta
|
||||
image: getlago/front:v0.22.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;\"'"
|
||||
@ -114,7 +114,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.21.0-beta
|
||||
image: getlago/api:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -151,7 +151,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.21.0-beta
|
||||
image: getlago/api:v0.22.0-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 37781c3b1d88a73abea7f2a2c75038075ba0aa7f
|
||||
Subproject commit 27eba99539cb66b91099f61f3e19e60cf637508d
|
Loading…
Reference in New Issue
Block a user