diff --git a/api b/api index 460ba30..15d2c4a 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 460ba30aed8944853a8f6dcbdce13f9f4998cecc +Subproject commit 15d2c4a9608c4b65175b6f5462f781a55d5c3cd7 diff --git a/docker-compose.yml b/docker-compose.yml index faf1589..12bfc2e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.31.0-beta + image: getlago/api:v0.32.0-beta restart: unless-stopped depends_on: - db @@ -78,7 +78,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.31.0-beta + image: getlago/front:v0.32.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;\"'" @@ -116,7 +116,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.31.0-beta + image: getlago/api:v0.32.0-beta restart: unless-stopped depends_on: - api @@ -154,7 +154,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.31.0-beta + image: getlago/api:v0.32.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index 7544261..9408590 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 754426140bb3d3fef99c0e157db23bd37dea16b1 +Subproject commit 9408590f4d849012da72b24bebf9fa2618492125