[DOCKER] Automated PR for signoz-version-upgrade_2025-08-27T17-50-39 - #152 #152
+4
-4
@@ -5668,7 +5668,7 @@ services:
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
image: signoz/signoz:${VERSION:-v0.91.0}
|
||||
image: signoz/signoz:v0.92.2
|
||||
labels:
|
||||
homepage.group: Infrastructure/App Performance Monitoring
|
||||
homepage.name: Signoz
|
||||
@@ -5758,7 +5758,7 @@ services:
|
||||
NGINX_ERROR_LOG_FILE: /swag/log/nginx/error.log
|
||||
OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux
|
||||
LOW_CARDINAL_EXCEPTION_GROUPING: false
|
||||
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2}
|
||||
image: signoz/signoz-otel-collector:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
||||
ports:
|
||||
# - "1777:1777" # pprof extension
|
||||
- "4317:4317" # OTLP gRPC receiver
|
||||
@@ -5771,7 +5771,7 @@ services:
|
||||
- ${DOCKER_VOLUME_CONFIG}/swag/log/nginx/error.log:/swag/log/nginx/error.log:ro
|
||||
signoz-schema-migrator-async:
|
||||
<<: *signoz-db-depend
|
||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2}
|
||||
image: signoz/signoz-schema-migrator:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
||||
container_name: signoz-schema-migrator-async
|
||||
command:
|
||||
- async
|
||||
@@ -5780,7 +5780,7 @@ services:
|
||||
restart: on-failure
|
||||
signoz-schema-migrator-sync:
|
||||
<<: *signoz-common
|
||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2}
|
||||
image: signoz/signoz-schema-migrator:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
||||
container_name: signoz-schema-migrator-sync
|
||||
command:
|
||||
- sync
|
||||
|
||||
Reference in New Issue
Block a user