Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,32 +177,6 @@ services:
image: nginx:latest
container_name: summit-nginx
restart: unless-stopped
<<<<<<< HEAD
=======
environment:
PORT: 4100
PROMETHEUS_PORT: 9464
# OpenTelemetry Configuration
OTEL_SERVICE_NAME: summit-gateway
OTEL_SERVICE_VERSION: 1.0.0
JAEGER_ENDPOINT: http://jaeger:14268/api/traces
OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector:4318
FEATURE_LAC_ENFORCE: "true"
COPILOT_NLQ: "true"
UI_TRIPANE: "true"
POLICY_COMPILER_URL: "http://policy-compiler:8080"
OPA_DECISION_URL: "http://opa:8181/v1/data/policy/authz/abac/decision"
TYPESENSE_HOST: "typesense"
TYPESENSE_PORT: "8108"
TYPESENSE_API_KEY: "xyz"
depends_on:
server:
condition: service_healthy
policy-compiler:
condition: service_healthy
typesense:
condition: service_healthy
>>>>>>> pr-21989
ports:
- '4100:4100'
- '9464:9464'
Expand Down Expand Up @@ -230,18 +204,6 @@ services:
retries: 10
networks:
- summit
<<<<<<< HEAD
=======
labels:
- 'prometheus.job=summit_gateway'
- 'prometheus.port=4100'

prov-ledger:
build: ./services/prov-ledger
ports: [ "4010:4010" ]
networks:
- summit
>>>>>>> pr-21871

policy-compiler:
build:
Expand All @@ -261,14 +223,11 @@ services:
context: .
dockerfile: services/ai-nlq/Dockerfile
ports: [ "8103:8080" ]
<<<<<<< HEAD
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8080/health' ]
interval: 15s
timeout: 5s
retries: 10
=======
>>>>>>> pr-21871
networks:
- summit

Expand All @@ -277,14 +236,11 @@ services:
context: .
dockerfile: services/er-service/Dockerfile
ports: [ "8104:8080" ]
<<<<<<< HEAD
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8080/health' ]
interval: 15s
timeout: 5s
retries: 10
=======
>>>>>>> pr-21871
networks:
- summit

Expand All @@ -293,14 +249,11 @@ services:
context: .
dockerfile: services/ingest/Dockerfile
ports: [ "8105:8080" ]
<<<<<<< HEAD
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8080/health' ]
interval: 15s
timeout: 5s
retries: 10
=======
>>>>>>> pr-21871
networks:
- summit

Expand All @@ -309,14 +262,11 @@ services:
context: .
dockerfile: services/zk-tx/Dockerfile
ports: [ "8106:8080" ]
<<<<<<< HEAD
healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8080/health' ]
interval: 15s
timeout: 5s
retries: 10
=======
>>>>>>> pr-21871
networks:
- summit

Expand Down
Loading