add network for rsshub
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user