services: backend: build: . ports: - "8000:8000" volumes: - ./config.yaml:/app/config.yaml:ro restart: unless-stopped