zeldon-site/config/docker-compose.yml

15 lines
297 B
YAML
Raw Permalink Normal View History

2023-06-13 21:26:11 +03:00
version: "3"
services:
zeldon-site:
image: zeldon-site:latest
container_name: zeldon-site
build:
context: .
2025-01-29 04:55:18 +03:00
dockerfile: config/Dockerfile
2023-06-13 21:26:11 +03:00
ports:
2025-01-29 04:55:18 +03:00
- "3123:80"
2023-06-13 21:26:11 +03:00
restart: unless-stopped
2025-01-29 04:55:18 +03:00
volumes:
- ./config/nginx.conf:/etc/nginx/conf.d/default.conf:ro