mirror of
https://github.com/aarmea/fahrengit-451.git
synced 2026-03-22 00:54:19 +00:00
part 2 of template substitution fix
This commit is contained in:
parent
e77090478b
commit
c9d9758b1a
1 changed files with 5 additions and 2 deletions
|
|
@ -39,8 +39,11 @@ services:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d:ro # static config fragments
|
# NOTE: conf.d is intentionally NOT mounted from the host — the nginx
|
||||||
- ./nginx/geoblock:/etc/nginx/geoblock:ro # rendered map snippet (written by watcher)
|
# Docker entrypoint renders templates/git.conf.template into conf.d at
|
||||||
|
# container start, substituting ${DOMAIN}. Mounting conf.d from the host
|
||||||
|
# would shadow that rendered output and break the virtual host.
|
||||||
|
- ./nginx/geoblock:/etc/nginx/geoblock:ro # rendered by geoblock_watcher
|
||||||
- ./certs/live:/etc/letsencrypt/live:ro
|
- ./certs/live:/etc/letsencrypt/live:ro
|
||||||
- ./certs/archive:/etc/letsencrypt/archive:ro
|
- ./certs/archive:/etc/letsencrypt/archive:ro
|
||||||
- ./certs/options-ssl-nginx.conf:/etc/letsencrypt/options-ssl-nginx.conf:ro
|
- ./certs/options-ssl-nginx.conf:/etc/letsencrypt/options-ssl-nginx.conf:ro
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue