Skip to content

Commit

Permalink
upgrade 0.2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren committed Jun 7, 2023
1 parent 67bc9da commit 8693cf8
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 @@ -69,20 +69,20 @@ services:
restart: unless-stopped

digma-collector-api:
image: digmatic/digma-collector:0.2.98
image: digmatic/digma-collector:0.2.99
ports:
- "5050:5050"
environment:
- RabbitMq__Host=${RabbitMq_Host:-rabbitmq}
- RabbitMq__Username=${RabbitMq_Username:-admin}
- RabbitMq__Password=${RabbitMq_Password:-admin}
- OtlpExporterUrl=
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
depends_on:
- rabbitmq
restart: unless-stopped
digma-collector-worker:
image: digmatic/digma-collector-worker:0.2.98
image: digmatic/digma-collector-worker:0.2.99
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 @@ -91,7 +91,7 @@ services:
- RabbitMq__Username=${RabbitMq_Username:-admin}
- RabbitMq__Password=${RabbitMq_Password:-admin}
- OtlpExporterUrl=
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
- Jaeger__OtlpUrl=http://jaeger:4317
- BACKEND_DEPLOYMENT_TYPE=DockerExtension
depends_on:
Expand All @@ -100,32 +100,32 @@ services:
- rabbitmq
restart: unless-stopped
digma-plugin-api:
image: digmatic/digma-plugin-api:0.2.98
image: digmatic/digma-plugin-api:0.2.99
ports:
- "5051:5051"
environment:
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- AnalyticsUrl=http://${ANALYTICS_URL:-digma-analytics}:5052
- OtlpExporterUrl=
- BACKEND_DEPLOYMENT_TYPE=DockerExtension
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
restart: unless-stopped

digma-analytics:
image: digmatic/digma-analytics:0.2.98
image: digmatic/digma-analytics:0.2.99
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.98
- ApplicationVersion=0.2.99
depends_on:
- influxdb
- postgres
restart: unless-stopped

digma-scheduler:
image: digmatic/digma-scheduler:0.2.98
image: digmatic/digma-scheduler:0.2.99
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 @@ -134,7 +134,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
- BACKEND_DEPLOYMENT_TYPE=DockerCompose
depends_on:
- influxdb
Expand All @@ -143,7 +143,7 @@ services:
restart: unless-stopped

digma-measurement-analysis:
image: digmatic/digma-measurement-analysis:0.2.98
image: digmatic/digma-measurement-analysis:0.2.99
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 @@ -152,7 +152,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
depends_on:
- influxdb
- postgres
Expand All @@ -161,7 +161,7 @@ services:
restart: unless-stopped

digma-insight-analysis:
image: digmatic/digma-insight-analysis:0.2.98
image: digmatic/digma-insight-analysis:0.2.99
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 @@ -170,7 +170,7 @@ services:
- RabbitMq__Password=${RabbitMq_Password:-admin}
- CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis}
- OtlpExporterUrl=
- ApplicationVersion=0.2.98
- ApplicationVersion=0.2.99
- Jaeger__OtlpUrl=http://jaeger:4317
depends_on:
- influxdb
Expand Down

0 comments on commit 8693cf8

Please sign in to comment.