test-hugo-webpack/docker-compose.yml

8 lines
216 B
YAML
Raw Normal View History

2018-02-12 16:36:50 +00:00
nginx:
restart: always
image: "${NGINX_DOCKER_IMAGE}"
environment:
VIRTUAL_HOST: "${NGINX_HOST}"
LETSENCRYPT_HOST: "${NGINX_HOST}"
LETSENCRYPT_EMAIL: "s.schmidt@seidemann-web.com"