add network for rsshub

This commit is contained in:
2026-02-07 02:24:01 +08:00
parent 2872b9b6ba
commit c8f3b194f8
2 changed files with 4 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ services:
- "traefik.http.services.traefik.loadbalancer.server.port=8080"
# CERT router
- "traefik.http.routers.cert.rule=HostRegexp(`{subdomain:.+}.dua.casa`)"
- "traefik.http.routers.cert.rule=HostRegexp(`{subdomain:.+}.apps.dua.casa`)"
- "traefik.http.routers.cert.entrypoints=websecure"
- "traefik.http.routers.cert.service=noop@internal"
- "traefik.http.routers.cert.tls=true"