locking down admin panel.

This commit is contained in:
root 2023-11-10 17:00:56 +00:00
parent 5337da9f60
commit 2b9d916d73
1 changed files with 7 additions and 7 deletions

View File

@ -69,14 +69,14 @@ services:
labels:
# - "us.nixc.autodeploy=true"
- "traefik.enable=true"
- "traefik.http.routers.nameserver1.tls=true"
- "traefik.http.services.nameserver1.loadbalancer.server.port=5380"
- "traefik.http.routers.nameserver1.rule=Host(`technitium.nixc.us`)"
- "traefik.http.routers.nameserver1.entrypoints=websecure"
- "traefik.http.routers.nameserver1.tls.certresolver=letsencryptresolver"
- "traefik.http.routers.nameserver1.service=nameserver1"
- "traefik.http.routers.technitium.tls=true"
- "traefik.http.services.technitium.loadbalancer.server.port=5380"
- "traefik.http.routers.technitium.rule=Host(`technitium.nixc.us`)"
- "traefik.http.routers.technitium.entrypoints=websecure"
- "traefik.http.routers.technitium.tls.certresolver=letsencryptresolver"
- "traefik.http.routers.technitium.service=technitium"
- "traefik.docker.network=traefik"
# - 'traefik.http.routers.nameserver1.middlewares=authelia@docker'
- 'traefik.http.routers.technitium.middlewares=authelia@docker'
update_config:
order: stop-first