From 1ce54b1fe3f69762d6a455fcb83656f3e5609ec7 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 18 Apr 2023 13:03:37 +0200 Subject: [PATCH] add timeout label --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index bba40ac..079f810 100644 --- a/compose.yml +++ b/compose.yml @@ -42,6 +42,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "coop-cloud.${STACK_NAME}.version=0.2.4+0.20.5" + - "coop-cloud.${STACK_NAME}.version=3.1.0+2023.3.1" healthcheck: test: [ "CMD", "curl", "-f", "http://localhost" ] interval: 30s