Skip to content

Commit

Permalink
release: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Mar 4, 2022
1 parent fb3dbcf commit b8a6a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- '--storage.path=/data'

query-service:
image: signoz/query-service:0.7.0
image: signoz/query-service:0.7.1
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
Expand All @@ -40,7 +40,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.7.0
image: signoz/frontend:0.7.1
container_name: frontend
depends_on:
- query-service
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:


query-service:
image: signoz/query-service:0.7.0
image: signoz/query-service:0.7.1
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
Expand All @@ -43,7 +43,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.7.0
image: signoz/frontend:0.7.1
container_name: frontend
depends_on:
- query-service
Expand Down

0 comments on commit b8a6a27

Please sign in to comment.