nginx-docker-compose/docker-compose.yaml

18 lines
332 B
YAML
Raw Normal View History

2022-05-30 19:22:39 +00:00
networks:
proxy:
name: ${PROXY_NETWORK-proxy}
services:
nginx:
build: ./
restart: unless-stopped
networks:
- proxy
ports:
- 80:80
- 443:443
volumes:
- ${VOLUME_PATH}/conf.d:/etc/nginx/conf.d
- ${VOLUME_PATH}/etc/letsencrypt:/etc/letsencrypt
- ${VOLUME_PATH}/tmp:/tmp