Files
d3m0k1d.ru/docker-compose.yml
2025-10-17 21:45:42 +03:00

21 lines
367 B
YAML

services:
frontend:
build: ./frontend
ports:
- 80:80
- 443:443
restart: always
volumes:
- ./frontend:/usr/share/nginx/html:ro
- /etc/letsencrypt:/etc/letsencrypt:ro
- ./frontend/nginx.conf:/etc/nginx/nginx.conf:ro
networks:
- blog
networks:
blog:
driver: bridge
volumes:
frontend:
driver: local