export syle.css

This commit is contained in:
2026-02-28 13:51:26 +00:00
parent 8cef91d47a
commit 269a03fbad
3 changed files with 250 additions and 328 deletions

View File

@@ -8,13 +8,12 @@ services:
- DOMAIN_MAIN=${DOMAIN_MAIN}
#- NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
volumes:
- ./html/index.html:/var/www/html/index.html:ro
- ./html/index.html:/usr/share/nginx/html/index.html:ro
- ./html/style.css:/usr/share/nginx/html/style.css: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/crl.pem:/var/www/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: