Drop unused env vars
This commit is contained in:
parent
ba54adfaa7
commit
0e2be2a113
@ -1,8 +1,6 @@
|
|||||||
TYPE=peertube
|
TYPE=peertube
|
||||||
|
|
||||||
DOMAIN=peertube.example.com # <= EDIT THIS
|
DOMAIN=peertube.example.com # <= EDIT THIS
|
||||||
## Domain aliases
|
|
||||||
#EXTRA_DOMAINS=', `www.peertube.example.com`'
|
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
PEERTUBE_WEBSERVER_PORT=443
|
PEERTUBE_WEBSERVER_PORT=443
|
||||||
|
@ -23,7 +23,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
|
- "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}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
Reference in New Issue
Block a user