mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 21:43:22 +07:00
misc: Bump version to v0.44.1-beta (#269)
This commit is contained in:
parent
9bcb57357b
commit
fd94ec7023
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit c7727b2ee39fc9495e1bab95690dd4b38aceb14a
|
||||
Subproject commit c78f6fd278ca30d12413473843978ebfd572ee87
|
@ -33,7 +33,7 @@ services:
|
||||
|
||||
api:
|
||||
container_name: lago-api
|
||||
image: getlago/api:v0.44.0-beta
|
||||
image: getlago/api:v0.44.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@ -79,7 +79,7 @@ services:
|
||||
|
||||
front:
|
||||
container_name: lago-front
|
||||
image: getlago/front:v0.44.0-beta
|
||||
image: getlago/front:v0.44.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;\"'"
|
||||
@ -117,7 +117,7 @@ services:
|
||||
|
||||
api-worker:
|
||||
container_name: lago-worker
|
||||
image: getlago/api:v0.44.0-beta
|
||||
image: getlago/api:v0.44.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
@ -155,7 +155,7 @@ services:
|
||||
|
||||
api-clock:
|
||||
container_name: lago-clock
|
||||
image: getlago/api:v0.44.0-beta
|
||||
image: getlago/api:v0.44.1-beta
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 097efbc6947d5526dbf9d866880d387e8c054f4d
|
||||
Subproject commit e78fd42e336c14fc4bbcf7d8aabef7a10740530a
|
Loading…
Reference in New Issue
Block a user