Sign inSign up

bykonyailya/fastapi-auto-reload:latest

Manifest digest

sha256:cce7baee7298899c1679b939aa3221c06b750d26c31e0f873a180778e95deb92

Last pushed

over 1 year by bykonyailya

Type

Compose

Manifest digest

sha256:cce7baee7298899c1679b939aa3221c06b750d26c31e0f873a180778e95deb92

Compose file content

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 commands

docker compose -f oci://bykonyailya/fastapi-auto-reload:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

No images found
No images were found in the Compose file.