Skip to content

Commit

Permalink
chore: 📌 pin SigNoz v0.9.1 and clickhouse in TTY mode
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Jun 30, 2022
1 parent dd9cbce commit 58b0c08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions deploy/docker-swarm/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions pkg/query-service/tests/test-deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58b0c08

Please sign in to comment.