Files
eurovision2026/docker-compose.yml
T

19 lines
370 B
YAML
Raw Normal View History

2026-05-16 18:59:13 +00:00
version: '3.8'
services:
eurovision2026:
image: nginx:alpine
container_name: eurovision2026
ports:
- "3004:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped
networks:
- hermes-network
networks:
hermes-network:
external: true