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