From cc8032e6ce462fb84fc673dd5ea094489a6c2395 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Mon, 1 Mar 2021 21:02:55 -0500 Subject: [PATCH] traefik naming --- extra/scirius.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extra/scirius.yml b/extra/scirius.yml index f319907..2dc702b 100644 --- a/extra/scirius.yml +++ b/extra/scirius.yml @@ -16,14 +16,14 @@ services: - /var/run/suricata-command.socket:/var/run/suricata-command.socket labels: - "traefik.enable=true" - - "traefik.http.routers.homeassistant-http.rule=Host(`suricata.mistborn`)" - - "traefik.http.routers.homeassistant-http.entrypoints=web" - - "traefik.http.routers.homeassistant-http.middlewares=mistborn_auth@file" - - "traefik.http.routers.homeassistant-https.rule=Host(`suricata.mistborn`)" - - "traefik.http.routers.homeassistant-https.entrypoints=websecure" - - "traefik.http.routers.homeassistant-https.middlewares=mistborn_auth@file" - - "traefik.http.routers.homeassistant-https.tls.certresolver=basic" - - "traefik.http.services.homeassistant-service.loadbalancer.server.port=8000" + - "traefik.http.routers.scirius-http.rule=Host(`suricata.mistborn`)" + - "traefik.http.routers.scirius-http.entrypoints=web" + - "traefik.http.routers.scirius-http.middlewares=mistborn_auth@file" + - "traefik.http.routers.scirius-https.rule=Host(`suricata.mistborn`)" + - "traefik.http.routers.scirius-https.entrypoints=websecure" + - "traefik.http.routers.scirius-https.middlewares=mistborn_auth@file" + - "traefik.http.routers.scirius-https.tls.certresolver=basic" + - "traefik.http.services.scirius-service.loadbalancer.server.port=8000" restart: unless-stopped networks: