version: '3' services: app: build: context: . ports: - '7860:7860' read_only: true volumes: - '../../configs/huggingface-readme:/sandbox' - './static:/app/static'