Compare commits
2 Commits
v4-red-ver
...
serve-hidd
| Author | SHA1 | Date | |
|---|---|---|---|
| 94d95c6438 | |||
| 9c56324c46 |
@ -9,6 +9,10 @@ LETS_ENCRYPT_ENV=production
|
||||
HTTP_SUBDIR=
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
## Serve dot-prefixed files/directories (e.g. /.well-known/).
|
||||
## Defaults to true (hidden). Set false to expose them.
|
||||
#SERVER_IGNORE_HIDDEN_FILES=false
|
||||
|
||||
# Single Sign On via Traefik "file provider"
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
|
||||
|
||||
|
||||
@ -17,9 +17,10 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
# Redirect from EXTRA_DOMAINS to DOMAIN
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.1+2.38.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.2+2.38.0"
|
||||
environment:
|
||||
- HTTP_SUBDIR
|
||||
- SERVER_IGNORE_HIDDEN_FILES
|
||||
volumes:
|
||||
- content:/var/www/http
|
||||
|
||||
|
||||
Reference in New Issue
Block a user