restructure host-your-own.md documentation and prepare moving files needed only for local development into separate branch

This commit is contained in:
schlagmichdoch 2023-02-12 02:30:07 +01:00
parent 7facac9345
commit 64d69a0ed9
6 changed files with 72 additions and 195 deletions

View file

@ -17,9 +17,7 @@ services:
- ./public:/usr/share/nginx/html
- ./docker/certs:/etc/ssl/certs
- ./docker/openssl:/mnt/openssl
# Use production.conf instead of development.conf to redirect http to https (/ca.crt still available via http)
- ./docker/nginx/development.conf:/etc/nginx/conf.d/default.conf
# - ./docker/nginx/production.conf:/etc/nginx/conf.d/default.conf
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
ports:
- "8080:80"
- "8443:443"