From 81d2ec5550b43f1c2a7c0745ce7761128844405a Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Mon, 1 Sep 2025 15:48:00 +0200 Subject: [PATCH] Remove 'restart: unless-stopped' and update URL generation magic env vars --- templates/compose/signoz.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/compose/signoz.yaml b/templates/compose/signoz.yaml index 6daa27aac..36be01588 100644 --- a/templates/compose/signoz.yaml +++ b/templates/compose/signoz.yaml @@ -36,7 +36,6 @@ services: interval: 30s timeout: 5s retries: 3 - restart: unless-stopped logging: options: max-size: 50m @@ -73,7 +72,6 @@ services: nofile: soft: 262144 hard: 262144 - restart: unless-stopped logging: options: max-size: 50m @@ -390,7 +388,6 @@ services: condition: service_healthy schema-migrator-sync: condition: service_completed_successfully - restart: unless-stopped logging: options: max-size: 50m @@ -431,7 +428,7 @@ services: source: sqlite target: /var/lib/signoz/ environment: - - SERVICE_FQDN_SIGNOZ_8080 + - SERVICE_URL_SIGNOZ_8080 - SIGNOZ_ALERTMANAGER_PROVIDER=signoz - SIGNOZ_JWT_SECRET=${SERVICE_REALBASE64_JWTSECRET} - SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN=tcp://clickhouse:9000 @@ -472,7 +469,6 @@ services: condition: service_completed_successfully signoz: condition: service_healthy - restart: unless-stopped logging: options: max-size: 50m @@ -585,7 +581,7 @@ services: content: | server_endpoint: ws://signoz:4320/v1/opamp environment: - - SERVICE_FQDN_OTELCOLLECTORHTTP_4318 + - SERVICE_URL_OTELCOLLECTORHTTP_4318 - OTEL_RESOURCE_ATTRIBUTES=host.name=signoz-host,os.type=linux - LOW_CARDINAL_EXCEPTION_GROUPING=false healthcheck: