release: 0.4.0

This commit is contained in:
Ankit Nayan 2021-09-23 16:18:36 +05:30
parent 53d5e37b5f
commit 959aad252c
3 changed files with 10 additions and 7 deletions

View File

@ -41,7 +41,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.3.6
image: signoz/frontend:0.4.0
container_name: frontend
depends_on:

View File

@ -147,7 +147,7 @@ services:
retries: 5
flatten-processor:
image: signoz/flattener-processor:0.3.6
image: signoz/flattener-processor:0.4.0
container_name: flattener-processor
depends_on:
@ -170,7 +170,8 @@ services:
- router
ports:
- "8080:8080"
volumes:
- ../dashboards:/root/config/dashboards
environment:
- DruidClientUrl=http://router:8888
- DruidDatasource=flattened_spans
@ -182,7 +183,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.3.6
image: signoz/frontend:0.4.0
container_name: frontend
depends_on:

View File

@ -142,7 +142,7 @@ services:
retries: 5
flatten-processor:
image: signoz/flattener-processor:0.3.6
image: signoz/flattener-processor:0.4.0
container_name: flattener-processor
depends_on:
@ -166,6 +166,8 @@ services:
ports:
- "8080:8080"
volumes:
- ../dashboards:/root/config/dashboards
environment:
- DruidClientUrl=http://router:8888
- DruidDatasource=flattened_spans
@ -177,7 +179,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.3.6
image: signoz/frontend:0.4.0
container_name: frontend
depends_on: