diff --git a/docker-compose.yaml b/docker-compose.yaml index 142cec8..b8ab745 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -69,7 +69,7 @@ services: restart: unless-stopped digma-collector-api: - image: digmatic/digma-collector:0.2.99 + image: digmatic/digma-collector:0.2.100 ports: - "5050:5050" environment: @@ -77,12 +77,12 @@ services: - RabbitMq__Username=${RabbitMq_Username:-admin} - RabbitMq__Password=${RabbitMq_Password:-admin} - OtlpExporterUrl= - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 depends_on: - rabbitmq restart: unless-stopped digma-collector-worker: - image: digmatic/digma-collector-worker:0.2.99 + image: digmatic/digma-collector-worker:0.2.100 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}; @@ -91,7 +91,7 @@ services: - RabbitMq__Username=${RabbitMq_Username:-admin} - RabbitMq__Password=${RabbitMq_Password:-admin} - OtlpExporterUrl= - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 - Jaeger__OtlpUrl=http://jaeger:4317 - BACKEND_DEPLOYMENT_TYPE=DockerExtension depends_on: @@ -100,7 +100,7 @@ services: - rabbitmq restart: unless-stopped digma-plugin-api: - image: digmatic/digma-plugin-api:0.2.99 + image: digmatic/digma-plugin-api:0.2.100 ports: - "5051:5051" environment: @@ -108,24 +108,24 @@ services: - AnalyticsUrl=http://${ANALYTICS_URL:-digma-analytics}:5052 - OtlpExporterUrl= - BACKEND_DEPLOYMENT_TYPE=DockerExtension - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 restart: unless-stopped digma-analytics: - image: digmatic/digma-analytics:0.2.99 + image: digmatic/digma-analytics:0.2.100 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.99 + - ApplicationVersion=0.2.100 depends_on: - influxdb - postgres restart: unless-stopped digma-scheduler: - image: digmatic/digma-scheduler:0.2.99 + image: digmatic/digma-scheduler:0.2.100 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}; @@ -134,7 +134,7 @@ services: - RabbitMq__Password=${RabbitMq_Password:-admin} - CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis} - OtlpExporterUrl= - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 - BACKEND_DEPLOYMENT_TYPE=DockerCompose depends_on: - influxdb @@ -143,7 +143,7 @@ services: restart: unless-stopped digma-measurement-analysis: - image: digmatic/digma-measurement-analysis:0.2.99 + image: digmatic/digma-measurement-analysis:0.2.100 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}; @@ -152,7 +152,7 @@ services: - RabbitMq__Password=${RabbitMq_Password:-admin} - CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis} - OtlpExporterUrl= - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 depends_on: - influxdb - postgres @@ -161,7 +161,7 @@ services: restart: unless-stopped digma-insight-analysis: - image: digmatic/digma-insight-analysis:0.2.99 + image: digmatic/digma-insight-analysis:0.2.100 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}; @@ -170,7 +170,7 @@ services: - RabbitMq__Password=${RabbitMq_Password:-admin} - CacheSettings__RedisConnection=${REDIS_CONNECTION:-redis} - OtlpExporterUrl= - - ApplicationVersion=0.2.99 + - ApplicationVersion=0.2.100 - Jaeger__OtlpUrl=http://jaeger:4317 depends_on: - influxdb