Skip to content

Commit

Permalink
Remove DS container (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafchen-dig authored Oct 21, 2024
2 parents 940343a + bba53c7 commit d3e0a5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ services:
- COLLECTOR_OTLP_GRPC_MAX_MESSAGE_SIZE=41943040
restart: unless-stopped

digma-ds:
image: digmatic/ds:0.0.22
restart: unless-stopped

digma-compound:
image: digmatic/digma-compound:0.3.140
ports:
Expand All @@ -63,8 +59,6 @@ services:
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-digma-persistence};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User
Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
- influx2__Url=http://${INFLUXDB_URL:-digma-persistence}:8086
- Ds__Url=http://${DS_URL:-digma-ds}:5054
- Ds__TimeoutInSeconds=0.2
- OtlpExporterUrl=
- Jaeger__OtlpUrl=http://jaeger:4317
- ThresholdOptions__RecentActivityUpdateThresholdSeconds=5
Expand Down

0 comments on commit d3e0a5f

Please sign in to comment.