version: '3' services: web: build: . ports: - "7860:7860" volumes: - ./static/uploads:/app/static/uploads - ./static/results:/app/static/results environment: - FLASK_ENV=development restart: always