From 74192b0ed80438d35314722345a75c53390879ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Fri, 28 Apr 2023 10:11:40 +0200 Subject: [PATCH] misc(version): Bump to v0.30.0-beta --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2b00bce85..06dfac9b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.29.2-beta + image: getlago/api:v0.30.0-beta restart: unless-stopped depends_on: - db @@ -78,7 +78,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.29.2-beta + image: getlago/front:v0.30.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;\"'" @@ -116,7 +116,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.29.2-beta + image: getlago/api:v0.30.0-beta restart: unless-stopped depends_on: - api @@ -154,7 +154,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.29.2-beta + image: getlago/api:v0.30.0-beta restart: unless-stopped depends_on: - api