Aldo Caballero
06/17/2025, 4:06 PMsignoz:
<<: *db-depend
image: signoz/signoz:${VERSION:-v0.87.0}
container_name: signoz
ports:
- "8080:8080"
volumes:
- ../common/dashboards:/root/config/dashboards
environment:
- SIGNOZ_ALERTMANAGER_PROVIDER=signoz
- SIGNOZ_TELEMETRYSTORE_PROVIDER=clickhouse
- SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN=<tcp://signoz:password@clickhouse:9000>
- SIGNOZ_SQLSTORE_DRIVER=postgres
- SIGNOZ_SQLSTORE_DATASOURCE=<postgres://u_signoz:TestPass123@localhost:5432/signoz_db?sslmode=require>
- SIGNOZ_ANALYTICS_ENABLED=true
Vibhu Pandey
06/17/2025, 4:27 PMSIGNOZ_SQLSTORE_PROVIDER
https://github.com/SigNoz/signoz/issues/6805Vibhu Pandey
06/17/2025, 4:28 PM