add network for rsshub
This commit is contained in:
@@ -56,6 +56,9 @@ services:
|
||||
image: diygod/rsshub:chromium-bundled
|
||||
restart: always
|
||||
user: "2000:2000"
|
||||
networks:
|
||||
- traefik_proxy
|
||||
- default
|
||||
ports:
|
||||
- "1200:1200"
|
||||
environment:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user