version: '3.8' services: web: build: . ports: - "5000:5000" environment: - FLASK_ENV=production restart: unless-stopped