qwqq / compose.debug.yaml
Aroqheo's picture
频率容器更新:绑定 Supabase,部署 Cloudflare
594134b
Raw
History Blame Contribute Delete
314 Bytes
services:
app:
image: app
build:
context: .
dockerfile: ./Dockerfile
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 -m uvicorn app:app --host 0.0.0.0 --port 8000"]
ports:
- 8000:8000
- 5678:5678