From 0ca65dd79ef4bf770b22543af5041218b1d72334 Mon Sep 17 00:00:00 2001 From: Rudolf Date: Fri, 20 Dec 2024 20:19:35 +0100 Subject: [PATCH] tryfix https redirect --- ci/templates/docker-compose.yaml.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/templates/docker-compose.yaml.j2 b/ci/templates/docker-compose.yaml.j2 index 981dbf2..2cb42ba 100644 --- a/ci/templates/docker-compose.yaml.j2 +++ b/ci/templates/docker-compose.yaml.j2 @@ -8,9 +8,9 @@ services: command: --api.insecure=true --providers.docker ports: # The HTTP port - - "80:80" + - "443:80" # The Web UI (enabled by --api.insecure=true) - - "443:8080" + - "80:8080" volumes: # So that Traefik can listen to the Docker events - /var/run/docker.sock:/var/run/docker.sock @@ -22,9 +22,9 @@ services: - "{{ path }}" {% endfor %} labels: - - "traefik.http.routers.pywb.rule=Host(`localhost`) || Host(`{{ treafik_host_routing }}`)" - whoami: + - "traefik.http.routers.pywb.rule=Host(`localhost`) || Host(`10.3.0.21`) || Host(`{{ treafik_host_routing }}`)" + {# whoami: # A container that exposes an API to show its IP address image: traefik/whoami labels: - - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`) || Host(`10.3.0.21`)" + - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`) || Host(`10.3.0.21`)" #}