version: '3.8' services: video-app: build: . container_name: video-connect-p2p ports: - "7860:7860" environment: - PORT=7860 - NODE_ENV=production restart: unless-stopped init: true # Helps with signal handling (Ctrl+C) inside the container