diff --git a/api b/api index c3430cd..2740ab5 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit c3430cd1c7e04460312d93c5d3717da2d6e2fe47 +Subproject commit 2740ab53ea6e6b7ff604cea1cb3aff534cdd12cc diff --git a/docker-compose.yml b/docker-compose.yml index 1183249..de6fc3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.52.0-beta + image: getlago/api:v0.52.1-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.52.0-beta + image: getlago/front:v0.52.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;\"'" @@ -120,7 +120,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.52.0-beta + image: getlago/api:v0.52.1-beta restart: unless-stopped depends_on: - api @@ -163,7 +163,7 @@ services: # It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs. #api-events-worker: # container_name: lago-events-worker - # image: getlago/api:v0.52.0-beta + # image: getlago/api:v0.52.1-beta # restart: unless-stopped # depends_on: # - api @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.52.0-beta + image: getlago/api:v0.52.1-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index f249ad3..3138b3b 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit f249ad3da7a92c2c4a6e20de6e7c4f3925b1ab05 +Subproject commit 3138b3b84eece3c9819000d7af6f348af464e598