From d27c4ed6f38af861ab8f727dc48c0ad975dbba69 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 2 Mar 2021 19:56:05 +0200 Subject: [PATCH] =?UTF-8?q?compose-stacks=20=E2=86=92=20coop-cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 5446330..7d4fad0 100644 --- a/compose.yml +++ b/compose.yml @@ -44,7 +44,7 @@ services: - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" # 3wc: this rule works for routing, but not for generating certificates - # see https://git.autonomic.zone/compose-stacks/planning/issues/14 + # see https://git.autonomic.zone/coop-cloud/planning/issues/14 #- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"