mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 15:59:04 +08:00
release: 0.4.0
This commit is contained in:
parent
53d5e37b5f
commit
959aad252c
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
@ -165,7 +165,9 @@ services:
|
||||
- router
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user