version: "3.9" services: web: build: . ports: - "5000:5000" volumes: - .:/app # optional: mount code for live changes environment: - FLASK_ENV=development