version: '3.8' services: ppf: build: . volumes: - .:/app working_dir: /app command: python ppf.py environment: - PYTHONUNBUFFERED=1