chore(test-framework): 🔧 expose query service port

This commit is contained in:
Prashant Shahi 2022-03-23 10:31:35 +05:30 committed by GitHub
parent 18cfc40982
commit 8c56d04988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ services:
- ./prometheus.yml:/root/config/prometheus.yml
- ../dashboards:/root/config/dashboards
- ./data/signoz/:/var/lib/signoz/
ports:
- "8180:8080"
environment:
- ClickHouseUrl=tcp://clickhouse:9000
- STORAGE=clickhouse