mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 20:29:04 +08:00
release: 0.4.0
This commit is contained in:
parent
53d5e37b5f
commit
959aad252c
@ -41,7 +41,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: signoz/frontend:0.3.6
|
image: signoz/frontend:0.4.0
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -147,7 +147,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
flatten-processor:
|
flatten-processor:
|
||||||
image: signoz/flattener-processor:0.3.6
|
image: signoz/flattener-processor:0.4.0
|
||||||
container_name: flattener-processor
|
container_name: flattener-processor
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -170,7 +170,8 @@ services:
|
|||||||
- router
|
- router
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- ../dashboards:/root/config/dashboards
|
||||||
environment:
|
environment:
|
||||||
- DruidClientUrl=http://router:8888
|
- DruidClientUrl=http://router:8888
|
||||||
- DruidDatasource=flattened_spans
|
- DruidDatasource=flattened_spans
|
||||||
@ -182,7 +183,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: signoz/frontend:0.3.6
|
image: signoz/frontend:0.4.0
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -142,7 +142,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
flatten-processor:
|
flatten-processor:
|
||||||
image: signoz/flattener-processor:0.3.6
|
image: signoz/flattener-processor:0.4.0
|
||||||
container_name: flattener-processor
|
container_name: flattener-processor
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -166,6 +166,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- ../dashboards:/root/config/dashboards
|
||||||
environment:
|
environment:
|
||||||
- DruidClientUrl=http://router:8888
|
- DruidClientUrl=http://router:8888
|
||||||
- DruidDatasource=flattened_spans
|
- DruidDatasource=flattened_spans
|
||||||
@ -177,7 +179,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: signoz/frontend:0.3.6
|
image: signoz/frontend:0.4.0
|
||||||
container_name: frontend
|
container_name: frontend
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user