From 467b804481110e7b688c7894a0a4dc48b10f46ca Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 20 Aug 2023 18:32:35 +0200 Subject: [PATCH] chore: publish 0.1.0+2.8.6-alpine release --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 424b0dd..6436b4b 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: lucaslorentz/caddy-docker-proxy:ci-alpine + image: lucaslorentz/caddy-docker-proxy:2.8.6-alpine ports: - 80:80 - 443:443 @@ -23,6 +23,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" + - "coop-cloud.${STACK_NAME}.version=0.1.0+2.8.6-alpine" networks: