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