sha256:cce7baee7298899c1679b939aa3221c06b750d26c31e0f873a180778e95deb92
Last pushed
over 1 year by bykonyailya
Type
Compose
Manifest digest
sha256:cce7baee7298899c1679b939aa3221c06b750d26c31e0f873a180778e95deb92
services:
backend-dev:
build:
target: project_development
profiles:
- development
develop:
watch:
- action: sync
path: ./src/
target: /project/app/
ignore:
- ./requirements.txt
- action: rebuild
path: ./src/requirements.txt
target: /project/app/
docker compose -f oci://bykonyailya/fastapi-auto-reload:latest upUse the above command to pull and run the Compose file. Learn more.