From a2fc9848825d1ecc9f2b981e76d19b7c30aa8c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Mon, 8 Aug 2022 11:01:45 +0200 Subject: [PATCH] misc: update services to v0.5.0-alpha (#86) --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6d2c5e2..06f7887 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.4.0-alpha + image: getlago/api:v0.5.0-alpha restart: unless-stopped depends_on: - db @@ -62,7 +62,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.4.0-alpha + image: getlago/front:v0.5.0-alpha 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;\"'" @@ -98,7 +98,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.4.0-alpha + image: getlago/api:v0.5.0-alpha restart: unless-stopped depends_on: - api @@ -126,7 +126,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.4.0-alpha + image: getlago/api:v0.5.0-alpha restart: unless-stopped depends_on: - api