# Auto-loaded by `docker compose` — build from local source instead of pulling stale GHCR images. services: backend: build: context: . dockerfile: ./backend/Dockerfile frontend: build: context: ./frontend