services: flask-api: build: . ports: - 5000:5000 environment: FLASK_ENV: production volumes: - ./instance:/app/instance