Skip to content

Commit

Permalink
digma 0.2.116 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-dig authored Jul 19, 2023
1 parent 8ffbae1 commit a603fa3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ services:
restart: unless-stopped

digma-collector-api:
image: digmatic/digma-collector:0.2.112
image: digmatic/digma-collector:0.2.116
ports:
- "5050:5050"
environment:
- RabbitMq__Host=${RabbitMq_Host:-rabbitmq}
- RabbitMq__Username=${RabbitMq_Username:-admin}
- RabbitMq__Password=${RabbitMq_Password:-admin}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
depends_on:
- rabbitmq
restart: unless-stopped

digma-collector-worker:
image: digmatic/digma-collector-worker:0.2.112
image: digmatic/digma-collector-worker:0.2.116
environment:
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-postgres};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
Expand All @@ -102,7 +102,7 @@ services:
- RabbitMq__Username=${RabbitMq_Username:-admin}
- RabbitMq__Password=${RabbitMq_Password:-admin}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
- Jaeger__OtlpUrl=http://jaeger:4317
- BACKEND_DEPLOYMENT_TYPE=DockerExtension
depends_on:
Expand All @@ -112,32 +112,32 @@ services:
restart: unless-stopped

digma-plugin-api:
image: digmatic/digma-plugin-api:0.2.112
image: digmatic/digma-plugin-api:0.2.116
ports:
- "5051:5051"
environment:
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- AnalyticsUrl=http://${ANALYTICS_URL:-digma-analytics}:5052
- OtlpExporterUrl=
- BACKEND_DEPLOYMENT_TYPE=DockerExtension
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
restart: unless-stopped

digma-analytics:
image: digmatic/digma-analytics:0.2.112
image: digmatic/digma-analytics:0.2.116
environment:
- influx2__Url=http://${INFLUXDB_URL:-influxdb}:8086
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-postgres};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
depends_on:
- influxdb
- postgres
restart: unless-stopped

digma-scheduler:
image: digmatic/digma-scheduler:0.2.112
image: digmatic/digma-scheduler:0.2.116
environment:
- influx2__Url=http://${INFLUXDB_URL:-influxdb}:8086
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-postgres};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
Expand All @@ -146,7 +146,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
- BACKEND_DEPLOYMENT_TYPE=DockerCompose
depends_on:
- influxdb
Expand All @@ -155,7 +155,7 @@ services:
restart: unless-stopped

digma-measurement-analysis:
image: digmatic/digma-measurement-analysis:0.2.112
image: digmatic/digma-measurement-analysis:0.2.116
environment:
- influx2__Url=http://${INFLUXDB_URL:-influxdb}:8086
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-postgres};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
Expand All @@ -164,7 +164,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
depends_on:
- influxdb
- postgres
Expand All @@ -173,7 +173,7 @@ services:
restart: unless-stopped

digma-insight-analysis:
image: digmatic/digma-insight-analysis:0.2.112
image: digmatic/digma-insight-analysis:0.2.116
environment:
- influx2__Url=http://${INFLUXDB_URL:-influxdb}:8086
- ConnectionStrings__Postgres=Server=${POSTGRES_SERVER:-postgres};Port=${POSTGRES_SERVER_PORT:-5432};Database=digma_analytics;User Id=${POSTGRES_USER:-postgres};Password=${POSTGRES_PWD:-postgres};
Expand All @@ -182,7 +182,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.112
- ApplicationVersion=0.2.116
- Jaeger__OtlpUrl=http://jaeger:4317
depends_on:
- influxdb
Expand Down

0 comments on commit a603fa3

Please sign in to comment.