services: roop-unleashed: image: roop-unleashed:cpu container_name: roop-unleashed build: context: . dockerfile: Dockerfile.cpu platform: linux/amd64 ports: - "7860:7860" volumes: - ./output:/app/output - ./models:/app/models - ./models/insightface:/root/.insightface/models - ./temp:/app/temp - ./config.cpu.yaml:/app/config.yaml command: python run.py stdin_open: true tty: true