Merge pull request #713 from pgeorgi/extend-nginx

nginx: Allow extending config with overrides
This commit is contained in:
Tim Möhlmann
2018-12-09 21:44:24 +02:00
committed by GitHub
7 changed files with 23 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ services:
{% endfor %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides"
deploy:
replicas: {{ front_replicas }}