mirror of
https://github.com/getlago/lago.git
synced 2025-01-05 13:08:00 +07:00
misc(docker): bump to v0.19.1-alpha (#164)
This commit is contained in:
parent
1419be2f3d
commit
cf679a42a8
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 1c1644019400543c2bba42ec570883bb8146d633
|
||||
Subproject commit 56a609d34b19962b5908c8f4aac2e3e7f75677b6
|
@ -30,7 +30,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api-arm64v8:v0.19.0-alpha
|
||||
image: getlago/api-arm64v8:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -72,7 +72,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front-arm64v8:v0.19.0-alpha
|
||||
image: getlago/front-arm64v8:v0.19.1-alpha
|
||||
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;\"'"
|
||||
@ -109,7 +109,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api-arm64v8:v0.19.0-alpha
|
||||
image: getlago/api-arm64v8:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -145,7 +145,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api-arm64v8:v0.19.0-alpha
|
||||
image: getlago/api-arm64v8:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
@ -31,7 +31,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.19.0-alpha
|
||||
image: getlago/api:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -76,7 +76,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.19.0-alpha
|
||||
image: getlago/front:v0.19.1-alpha
|
||||
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;\"'"
|
||||
@ -113,7 +113,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.19.0-alpha
|
||||
image: getlago/api:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -150,7 +150,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.19.0-alpha
|
||||
image: getlago/api:v0.19.1-alpha
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit ff142ecd47e07fe6b7c9ab40e2035bfb4584fe8e
|
||||
Subproject commit c2386b1442c913160787a9ecefb1ee9b2175f88c
|
Loading…
Reference in New Issue
Block a user