load static index.html
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -6,12 +6,16 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TITLE=${TITLE}
|
- TITLE=${TITLE}
|
||||||
- DOMAIN_MAIN=${DOMAIN_MAIN}
|
- DOMAIN_MAIN=${DOMAIN_MAIN}
|
||||||
- NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
|
#- NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./html/index.html:/var/www/html/index.html:ro
|
||||||
|
|
||||||
# Wir mounten das Template - Nginx macht daraus beim Start die echte index.html
|
# Wir mounten das Template - Nginx macht daraus beim Start die echte index.html
|
||||||
- ./html/index.html.template:/etc/nginx/templates/index.html.template:ro
|
#- ./html/index.html.template:/etc/nginx/templates/index.html.template:ro
|
||||||
|
|
||||||
|
|
||||||
#- ./html/crl.pem:/var/www/html/crl.pem:ro
|
#- ./html/crl.pem:/var/www/html/crl.pem:ro
|
||||||
- ./html/crl.pem:/usr/share/nginx/html/crl.pem:ro
|
#- ./html/crl.pem:/usr/share/nginx/html/crl.pem:ro
|
||||||
#- ./nginx/crl.conf:/etc/nginx/conf.d/crl.conf:ro
|
#- ./nginx/crl.conf:/etc/nginx/conf.d/crl.conf:ro
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user