version: '3.8' services: youtube-api: build: . ports: - "4096:4096" environment: - FLASK_ENV=production restart: unless-stopped