diff --git a/swarm/core.yml b/swarm/core.yml index 60bd5eb..4fbadb1 100644 --- a/swarm/core.yml +++ b/swarm/core.yml @@ -90,6 +90,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro # Mount the volume to store the certificates - traefik-public-certificates:/certificates + # Mount the configuration file for Traefik - /var/data/config/traefik/services.yml:/etc/traefik/services.yml:ro command: # Enable Docker in Traefik, so that it reads labels from Docker services diff --git a/swarm/traefik/services.yml b/swarm/traefik/services.yml index e25fa03..064ea21 100644 --- a/swarm/traefik/services.yml +++ b/swarm/traefik/services.yml @@ -3,7 +3,7 @@ http: traefik-public-https: entryPoints: - https - rule: Host(`coco.furyhawk.lol`) + rule: Host(`coco.cloudy.local`) middlewares: - admin-auth@swarm tls: