From 8cef91d47acf02a28b8e3fee1e00dca8654b8e25 Mon Sep 17 00:00:00 2001 From: Ground Zero Lab Date: Sat, 28 Feb 2026 13:14:38 +0000 Subject: [PATCH] load static index.html --- compose.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 79fd450..88a90ac 100644 --- a/compose.yml +++ b/compose.yml @@ -6,12 +6,16 @@ services: environment: - TITLE=${TITLE} - DOMAIN_MAIN=${DOMAIN_MAIN} - - NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html + #- NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html volumes: + - ./html/index.html:/var/www/html/index.html:ro + # 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:/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 networks: - proxy