version: "3" services: flaskfetfotos: build: context: . ports: - "8002:8080" environment: FLASK_DEBUG: 1 FLASK_APP: main.py volumes: - .:/app