From 6732660bdb3ac3687cf7ddf339927bbac3b4bd54 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Fri, 12 Apr 2024 09:56:57 +0200 Subject: [PATCH] misc: Version 1.1.2 (#340) --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index b742cb8..3818ae6 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit b742cb83da36c2f8597cbbc6129461cfa931c0e7 +Subproject commit 3818ae6add2f031774cf26f384a4e6fd7b60ec2f diff --git a/docker-compose.yml b/docker-compose.yml index 3752faf..016a94e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.1.1 + image: getlago/api:v1.1.2 restart: unless-stopped depends_on: - db @@ -87,7 +87,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.1.1 + image: getlago/front:v1.1.2 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;\"'" @@ -126,7 +126,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.1.1 + image: getlago/api:v1.1.2 restart: unless-stopped depends_on: api: @@ -170,7 +170,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.1.1 + # image: getlago/api:v1.1.2 # restart: unless-stopped # depends_on: # api: @@ -208,7 +208,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.1.1 + image: getlago/api:v1.1.2 restart: unless-stopped depends_on: api: diff --git a/front b/front index 7d7e7d4..7486e28 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 7d7e7d4e5cb385cb274486643eeabc4223048d82 +Subproject commit 7486e2849511b771bc43b6f9d392c298ed6140e2