diff --git a/api b/api index 3559b94..7902101 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 3559b94cafac5599c644460021ec66c17465bfe3 +Subproject commit 7902101c382ef386535848624a0aa679e7f7b003 diff --git a/docker-compose.yml b/docker-compose.yml index cb363dc..4383f3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.49.0-beta + image: getlago/api:v0.49.1-beta restart: unless-stopped depends_on: - db @@ -80,7 +80,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.49.0-beta + image: getlago/front:v0.49.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;\"'" @@ -118,7 +118,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.49.0-beta + image: getlago/api:v0.49.1-beta restart: unless-stopped depends_on: - api @@ -159,7 +159,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.47.0-beta + # image: getlago/api:v0.49.1-beta # restart: unless-stopped # depends_on: # - api @@ -196,7 +196,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.49.0-beta + image: getlago/api:v0.49.1-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index cf3d110..58a56fe 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit cf3d110059eed73447b6739c465d5584299d34f8 +Subproject commit 58a56feb48e44c02aec183724fbd9241b8f8d598