From cd0a47ccbfaea50c396ebe01964549bb30245081 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Tue, 13 Feb 2024 14:32:38 +0100 Subject: [PATCH] misc: v0.56.0-beta (#322) --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index 4c2e13586..53eb0ae31 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 4c2e135865d4efa099bd72e7951e2e42a12f70fc +Subproject commit 53eb0ae313b9b4d91a771c17abc54f6b188f835f diff --git a/docker-compose.yml b/docker-compose.yml index 165ce05dc..3e625fe75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.55.0-beta + image: getlago/api:v0.56.0-beta restart: unless-stopped depends_on: - db @@ -87,7 +87,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.55.0-beta + image: getlago/front:v0.56.0-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;\"'" @@ -126,7 +126,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.55.0-beta + image: getlago/api:v0.56.0-beta 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:v0.55.0-beta + # image: getlago/api:v0.56.0-beta # restart: unless-stopped # depends_on: # api: @@ -208,7 +208,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.55.0-beta + image: getlago/api:v0.56.0-beta restart: unless-stopped depends_on: api: diff --git a/front b/front index c8091cace..b1d9d7dad 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit c8091cace463c13460cc888e8798e01a96902281 +Subproject commit b1d9d7dad5d692c244243d5e029d466105b57583