diff --git a/api b/api index 5626aa9..9ade149 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 5626aa94db0c8cf5d6bd017c349f7ed9a667379f +Subproject commit 9ade14983095fb80caf9c26634effd3bd8fe0b58 diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index 00c2860..08b0c5b 100644 --- a/docker-compose.arm64.yml +++ b/docker-compose.arm64.yml @@ -30,7 +30,7 @@ services: api: container_name: lago-api - image: getlago/api-arm64v8:v0.20.0-beta + image: getlago/api-arm64v8:v0.21.0-beta restart: unless-stopped depends_on: - db @@ -73,7 +73,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.20.0-beta + image: getlago/front-arm64v8:v0.21.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.20.0-beta + image: getlago/api-arm64v8:v0.21.0-beta restart: unless-stopped depends_on: - api @@ -146,7 +146,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.20.0-beta + image: getlago/api-arm64v8:v0.21.0-beta restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 4e36ee0..85ac0f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.20.0-beta + image: getlago/api:v0.21.0-beta restart: unless-stopped depends_on: - db @@ -77,7 +77,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.20.0-beta + image: getlago/front:v0.21.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.20.0-beta + image: getlago/api:v0.21.0-beta restart: unless-stopped depends_on: - api @@ -151,7 +151,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.20.0-beta + image: getlago/api:v0.21.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index c8847c4..37781c3 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit c8847c40cc0180f4b1c2fa1d391f21bc0d193327 +Subproject commit 37781c3b1d88a73abea7f2a2c75038075ba0aa7f