Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-29 09:17:29 +08:00
parent 47a0e912bb
commit c14a7ad35e
3 changed files with 26 additions and 20 deletions
+10 -10
View File
@@ -91,16 +91,16 @@ tcp:
http:
routers:
dashboard:
entryPoints:
- web-secure
rule: "Host(`dashboard.furyhawk.lol`)"
middlewares:
- auth
tls:
# https://docs.traefik.io/master/routing/routers/#certresolver
certResolver: letsencrypt
service: api@internal
# dashboard:
# entryPoints:
# - web-secure
# rule: "Host(`dashboard.furyhawk.lol`)"
# middlewares:
# - auth
# tls:
# # https://docs.traefik.io/master/routing/routers/#certresolver
# certResolver: letsencrypt
# service: api@internal
portainer-router:
entryPoints: