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

@@ -56,6 +56,9 @@ services:
image: diygod/rsshub:chromium-bundled image: diygod/rsshub:chromium-bundled
restart: always restart: always
user: "2000:2000" user: "2000:2000"
networks:
- traefik_proxy
- default
ports: ports:
- "1200:1200" - "1200:1200"
environment: environment:

View File

@@ -101,7 +101,7 @@ services:
- "traefik.http.services.traefik.loadbalancer.server.port=8080" - "traefik.http.services.traefik.loadbalancer.server.port=8080"
# CERT router # 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.entrypoints=websecure"
- "traefik.http.routers.cert.service=noop@internal" - "traefik.http.routers.cert.service=noop@internal"
- "traefik.http.routers.cert.tls=true" - "traefik.http.routers.cert.tls=true"