diff --git a/api b/api index e54c122..1e1e8a1 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit e54c1227ce897c0b0d30eabb63ab89917507cfb3 +Subproject commit 1e1e8a107fdf0d86aeba20b96843201ed1f4caf3 diff --git a/docker-compose.yml b/docker-compose.yml index 40f34d6..87b9f5a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.3.0 + image: getlago/api:v1.4.0 restart: unless-stopped depends_on: - db @@ -89,7 +89,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.3.0 + image: getlago/front:v1.4.0 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;\"'" @@ -129,7 +129,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.3.0 + image: getlago/api:v1.4.0 restart: unless-stopped depends_on: api: @@ -175,7 +175,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:v1.3.0 + # image: getlago/api:v1.4.0 # restart: unless-stopped # depends_on: # api: @@ -215,7 +215,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.3.0 + image: getlago/api:v1.4.0 restart: unless-stopped depends_on: api: diff --git a/front b/front index b664d8a..92f043e 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit b664d8abbfd4c53ce9263463e719eabf63a34dde +Subproject commit 92f043e27e2593601dbe5066fcbf91080caf7696