name: provenance # Dev override: build the backend/frontend images locally instead of pulling # them from the registry. Layer it on top of the base compose: # docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build # # Use this before CI has published images, or to test local changes. services: backend: build: context: ../backend dockerfile: Dockerfile frontend: build: context: ../frontend dockerfile: Dockerfile