use fully qualified domain names
This commit is contained in:
parent
6a732a3e2b
commit
a69a5991b3
8 changed files with 24 additions and 23 deletions
|
@ -15,14 +15,14 @@ services:
|
|||
- CREATE_ADMIN=1
|
||||
- ADMIN_USERNAME=${ADMIN_USER}
|
||||
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
|
||||
- BASE_URL=https://news.${DOMAIN}
|
||||
- BASE_URL=https://${FQDN_NEWS}
|
||||
- POLLING_FREQUENCY=15 # minutes
|
||||
# - LOG_LEVEL=debug
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"]
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.news.rule=Host(`news.${DOMAIN}`)"
|
||||
- "traefik.http.routers.news.rule=Host(`${FQDN_NEWS}`)"
|
||||
- "traefik.http.routers.news.entrypoints=websecure"
|
||||
- "traefik.http.routers.news.tls.certresolver=netcup"
|
||||
- "traefik.http.routers.news.tls.options=intermediate@file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue