diff --git a/api b/api index 41d1055..805ebc0 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 41d1055b31144a0165c39d4d75c0547fdc7f3f1d +Subproject commit 805ebc079883af023d1139b4b5885dcd06b6565f diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index e4317e8..9a860a9 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.24.0-beta + image: getlago/api-arm64v8:v0.25.0-beta restart: unless-stopped depends_on: - db @@ -73,7 +73,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.24.0-beta + image: getlago/front-arm64v8:v0.25.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.24.0-beta + image: getlago/api-arm64v8:v0.25.0-beta restart: unless-stopped depends_on: - api @@ -146,7 +146,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.24.0-beta + image: getlago/api-arm64v8:v0.25.0-beta restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 71b3cb5..55b9672 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.24.0-beta + image: getlago/api:v0.25.0-beta restart: unless-stopped depends_on: - db @@ -78,7 +78,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.24.0-beta + image: getlago/front:v0.25.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;\"'" @@ -115,7 +115,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.24.0-beta + image: getlago/api:v0.25.0-beta restart: unless-stopped depends_on: - api @@ -152,7 +152,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.24.0-beta + image: getlago/api:v0.25.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index ad6d639..b47da7e 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit ad6d639d7383d8aa3580217416e1670c72b5ba7a +Subproject commit b47da7e03b7ac38b0f7c74944bed37d8e880471a