services: digifi-flaska002: build: . ports: - "7200:5000" environment: - FLASK_APP=app.py - FLASK_RUN_HOST=0.0.0.0 volumes: - .:/app restart: always