diff --git a/v3/docker-compose.yaml b/v3/docker-compose.yaml index 4e30d8852d8..9dda5c5f98c 100644 --- a/v3/docker-compose.yaml +++ b/v3/docker-compose.yaml @@ -14,8 +14,6 @@ services: # Binding to localhost:3001 avoids conflict with dev_setup - 3001:3000 depends_on: - reference_agent: - condition: service_started jaeger: condition: service_started auth_hook: @@ -61,11 +59,6 @@ services: timeout: 1s retries: 5 - reference_agent: - build: https://github.com/hasura/ndc-spec.git#v0.1.3 - ports: - - 8102:8100 - auth_hook: build: dockerfile: dev-auth-webhook.Dockerfile