2019-09-30 08:09:55 +00:00
|
|
|
web:
|
|
|
|
image: nginx
|
|
|
|
volumes:
|
2019-09-30 08:14:44 +00:00
|
|
|
# - ./nginx.template:/etc/nginx/conf.d/mysite.template
|
2019-09-30 08:09:55 +00:00
|
|
|
- ./:/var/www/html
|
|
|
|
ports:
|
|
|
|
- "8090:80"
|
|
|
|
environment:
|
2019-09-30 08:14:44 +00:00
|
|
|
- NGINX_HOST=oho.zeitpunkt-agentur.org
|
2019-09-30 08:09:55 +00:00
|
|
|
- NGINX_PORT=80
|
2019-09-30 08:14:44 +00:00
|
|
|
# command: /bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|