# Development override: build the bus from this checkout instead of pulling
# the published image.
#
# docker compose -f Docker/docker-compose.yml -f Docker/docker-compose.dev.yml up -d --build
services:
bus:
build:
# Relative to the project directory (the repo root, which the Makefile
# pins with --project-directory), NOT to this file's location.
context: .
dockerfile: Docker/Dockerfile
image: ai-crew-sync:dev