From 1228d68e0d85922923add410a91d47671f84ad48 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 4 Apr 2021 23:36:44 +0200 Subject: [PATCH] Version v0.90.74; sync labels --- compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index c64f125..3b1a02b 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,4 @@ ---- version: "3.8" - services: app: image: statping/statping:v0.90.74 @@ -24,11 +22,9 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - + - coop-cloud.${STACK_NAME}.app.version=v0.90.74-e874da51 networks: proxy: external: true - volumes: statping: