services: app: build: . ports: - "7860:7860" environment: - FLASK_ENV=production restart: unless-stopped