version: '3.8' services: worldcup-app: build: context: . dockerfile: Dockerfile container_name: 2026-worldcup ports: - "8080:80" restart: unless-stopped environment: - NODE_ENV=production