Drop unused env vars

This commit is contained in:
decentral1se 2021-05-05 17:34:05 +02:00
parent ba54adfaa7
commit 0e2be2a113
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
TYPE=peertube
DOMAIN=peertube.example.com # <= EDIT THIS
## Domain aliases
#EXTRA_DOMAINS=', `www.peertube.example.com`'
LETS_ENCRYPT_ENV=production
PEERTUBE_WEBSERVER_PORT=443

View File

@ -23,7 +23,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
healthcheck: