version: '3.8' services: web: build: . ports: - '5050:5050' volumes: - ./:/app:rw environment: - PYTHONUNBUFFERED=1 restart: unless-stopped