diff --git a/api b/api index 843a63c..742c4e9 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 843a63c83f695328a590a1847474aae9677ca99c +Subproject commit 742c4e93b115130668d8613b59d921db07f1b4f4 diff --git a/docker-compose.yml b/docker-compose.yml index 4e10fc3..c275bf0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.2.0 + image: getlago/api:v1.2.1 restart: unless-stopped depends_on: - db @@ -88,7 +88,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.2.0 + image: getlago/front:v1.2.1 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;\"'" @@ -128,7 +128,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.2.0 + image: getlago/api:v1.2.1 restart: unless-stopped depends_on: api: @@ -173,7 +173,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.2.0 + # image: getlago/api:v1.2.1 # restart: unless-stopped # depends_on: # api: @@ -212,7 +212,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.2.0 + image: getlago/api:v1.2.1 restart: unless-stopped depends_on: api: diff --git a/front b/front index 61b1821..15c6846 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 61b1821c9300fa73d462c2a4d860ef6300d50654 +Subproject commit 15c68462e55623b00e03f43faa4139fca8f10f40