chore(test-framework): 🔧 remove frontend service and use latest tag from arm env

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-03-23 01:04:31 +05:30
parent 4f3bb95a77
commit 3c66f9d2dd
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0

View File

@ -23,7 +23,7 @@ services:
- '--storage.path=/data'
query-service:
image: signoz/query-service:0.7.1
image: signoz/query-service:latest
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
@ -39,16 +39,6 @@ services:
clickhouse:
condition: service_healthy
frontend:
image: signoz/frontend:0.7.1
container_name: frontend
depends_on:
- query-service
ports:
- "3301:3301"
volumes:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector:
image: signoz/otelcontribcol:0.43.0
command: ["--config=/etc/otel-collector-config.yaml"]