changed image versions to 0.3.0

This commit is contained in:
Ankit Anand 2021-06-01 16:22:50 +05:30
parent d312398f18
commit a08ad9e2cf
2 changed files with 6 additions and 4 deletions

View File

@ -158,7 +158,7 @@ services:
query-service: query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.2.2 image: signoz.docker.scarf.sh/signoz/query-service:0.3.0
container_name: query-service container_name: query-service
depends_on: depends_on:
@ -169,11 +169,12 @@ services:
environment: environment:
- DruidClientUrl=http://router:8888 - DruidClientUrl=http://router:8888
- DruidDatasource=flattened_spans - DruidDatasource=flattened_spans
- STORAGE=druid
- POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w - POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w
frontend: frontend:
image: signoz/frontend:0.2.3 image: signoz/frontend:0.3.0
container_name: frontend container_name: frontend
depends_on: depends_on:

View File

@ -153,7 +153,7 @@ services:
query-service: query-service:
image: signoz.docker.scarf.sh/signoz/query-service:0.2.2 image: signoz.docker.scarf.sh/signoz/query-service:0.3.0
container_name: query-service container_name: query-service
depends_on: depends_on:
@ -164,11 +164,12 @@ services:
environment: environment:
- DruidClientUrl=http://router:8888 - DruidClientUrl=http://router:8888
- DruidDatasource=flattened_spans - DruidDatasource=flattened_spans
- STORAGE=druid
- POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w - POSTHOG_API_KEY=H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w
frontend: frontend:
image: signoz/frontend:0.2.3 image: signoz/frontend:0.3.0
container_name: frontend container_name: frontend
depends_on: depends_on: