Small changes
This commit is contained in:
parent
1b82944c5d
commit
633d7b74c9
3 changed files with 34 additions and 2 deletions
|
@ -49,8 +49,23 @@ services:
|
|||
image: cthulhoo/ttrss-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${HTTP_PORT}:2015
|
||||
- 8280:2015
|
||||
volumes:
|
||||
- /docker/tt-rss/app:/var/www/html:ro
|
||||
depends_on:
|
||||
- app
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
- "traefik.http.routers.tt-rss-redirect.entrypoints=http"
|
||||
- "traefik.http.routers.tt-rss-redirect.rule=Host(`rss.reekynet.com`)"
|
||||
- "traefik.http.middlewares.http2https.redirectscheme.scheme=https"
|
||||
- "traefik.http.routers.tt-rss-redirect.middlewares=http2https"
|
||||
|
||||
- "traefik.http.routers.tt-rss.entrypoints=https"
|
||||
- "traefik.http.routers.tt-rss.rule=Host(`rss.reekynet.com`)"
|
||||
- "traefik.http.routers.tt-rss.tls=true"
|
||||
- "traefik.http.routers.tt-rss.tls.certresolver=http"
|
||||
- "traefik.http.routers.tt-rss.service=tt-rss"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.services.tt-rss.loadbalancer.server.port=8280"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue