Skip to content

Commit

Permalink
release: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Sep 28, 2021
1 parent 8a78107 commit a5fd338
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-swarm/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
retries: 3

query-service:
image: signoz/query-service:0.4.0
image: signoz/query-service:0.4.1
container_name: query-service
restart: always
command: ["-config=/root/config/prometheus.yml"]
Expand All @@ -42,7 +42,7 @@ services:


frontend:
image: signoz/frontend:0.4.0
image: signoz/frontend:0.4.1
container_name: frontend

depends_on:
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 @@ -22,7 +22,7 @@ services:
retries: 3

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

frontend:
image: signoz/frontend:0.4.0
image: signoz/frontend:0.4.1
container_name: frontend

depends_on:
Expand Down
7 changes: 4 additions & 3 deletions deploy/docker/druid-kafka-setup/docker-compose-tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:


query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.4.0
image: signoz.docker.scarf.sh/signoz/query-service:0.4.1
container_name: query-service

depends_on:
Expand All @@ -178,13 +178,14 @@ services:
- DruidDatasource=flattened_spans
- STORAGE=druid
- POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w

- GODEBUG=netdns=go

depends_on:
router:
condition: service_healthy

frontend:
image: signoz/frontend:0.4.0
image: signoz/frontend:0.4.1
container_name: frontend

depends_on:
Expand Down
5 changes: 3 additions & 2 deletions deploy/docker/druid-kafka-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ services:


query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.4.0
image: signoz.docker.scarf.sh/signoz/query-service:0.4.1
container_name: query-service

depends_on:
Expand All @@ -174,13 +174,14 @@ services:
- DruidDatasource=flattened_spans
- STORAGE=druid
- POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w
- GODEBUG=netdns=go

depends_on:
router:
condition: service_healthy

frontend:
image: signoz/frontend:0.4.0
image: signoz/frontend:0.4.1
container_name: frontend

depends_on:
Expand Down

0 comments on commit a5fd338

Please sign in to comment.