Unverified Commit 58b0c08d authored by Prashant Shahi's avatar Prashant Shahi
Browse files

chore: :pushpin: pin SigNoz v0.9.1 and clickhouse in TTY mode

Signed-off-by: default avatarPrashant Shahi <prashant@signoz.io>
Showing with 7 additions and 4 deletions
+7 -4
......@@ -6,6 +6,7 @@ services:
# ports:
# - "9000:9000"
# - "8123:8123"
tty: true
volumes:
- ./clickhouse-config.xml:/etc/clickhouse-server/config.xml
- ./clickhouse-users.xml:/etc/clickhouse-server/users.xml
......@@ -39,7 +40,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.9.0
image: signoz/query-service:0.9.1
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
......@@ -67,7 +68,7 @@ services:
- clickhouse
frontend:
image: signoz/frontend:0.9.0
image: signoz/frontend:0.9.1
deploy:
restart_policy:
condition: on-failure
......
......@@ -6,6 +6,7 @@ services:
# ports:
# - "9000:9000"
# - "8123:8123"
tty: true
volumes:
- ./clickhouse-config.xml:/etc/clickhouse-server/config.xml
- ./clickhouse-users.xml:/etc/clickhouse-server/users.xml
......@@ -38,7 +39,7 @@ services:
# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
query-service:
image: signoz/query-service:0.9.0
image: signoz/query-service:0.9.1
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
......@@ -65,7 +66,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.9.0
image: signoz/frontend:0.9.1
container_name: frontend
restart: on-failure
depends_on:
......
......@@ -3,6 +3,7 @@ version: "2.4"
services:
clickhouse:
image: clickhouse/clickhouse-server:22.4.5-alpine
tty: true
volumes:
- ./clickhouse-config.xml:/etc/clickhouse-server/config.xml
- ./clickhouse-users.xml:/etc/clickhouse-server/users.xml
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment