nginx:
restart: always
image: "${NGINX_DOCKER_IMAGE}"
environment:
VIRTUAL_HOST: "${NGINX_HOST}"
LETSENCRYPT_HOST: "${NGINX_HOST}"
LETSENCRYPT_EMAIL: "s.schmidt@seidemann-web.com"