Rejigger subdirectory hosting

This commit is contained in:
2022-10-26 17:57:00 -07:00
parent 52d9deef82
commit 2fa0fa324a
4 changed files with 22 additions and 9 deletions

View File

@ -20,10 +20,13 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6"
#environment:
environment:
- HTTP_SUBDIR
volumes:
- content:/var/www/http
#configs:
configs:
- source: thttpd.conf
target: /etc/thttpd.conf
#healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
@ -37,3 +40,9 @@ volumes:
networks:
proxy:
external: true
configs:
thttpd_conf:
name: ${STACK_NAME}_thttpd_conf_${THTTPD_DEFAULT_CONF_VERSION}
file: thttpd.conf