Merge pull request '[DOCKER] Automated PR for signoz-image-tweaks_2025-09-21T08-30-02 - #261' (#261) from signoz-image-tweaks_2025-09-21T08-30-02 into main
Reviewed-on: #261
This commit was merged in pull request #261.
This commit is contained in:
@@ -184,7 +184,7 @@ jobs:
|
|||||||
echo ${DOCKER_SVC_LIST}
|
echo ${DOCKER_SVC_LIST}
|
||||||
|
|
||||||
- name: Docker Compose Dry Run
|
- name: Docker Compose Dry Run
|
||||||
uses: hoverkraft-tech/compose-action@v2.2.0
|
uses: hoverkraft-tech/compose-action@v2.3.0
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
with:
|
with:
|
||||||
@@ -193,6 +193,7 @@ jobs:
|
|||||||
up-flags: -d --remove-orphans --dry-run
|
up-flags: -d --remove-orphans --dry-run
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
compose-flags: --dry-run --profile rinoa-apps
|
compose-flags: --dry-run --profile rinoa-apps
|
||||||
|
services-log-level: debug
|
||||||
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
@@ -418,7 +419,7 @@ jobs:
|
|||||||
echo ${DOCKER_SVC_LIST}
|
echo ${DOCKER_SVC_LIST}
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: hoverkraft-tech/compose-action@v2.2.0
|
uses: hoverkraft-tech/compose-action@v2.3.0
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
with:
|
with:
|
||||||
@@ -427,6 +428,7 @@ jobs:
|
|||||||
up-flags: -d --remove-orphans
|
up-flags: -d --remove-orphans
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
compose-flags: --profile rinoa-apps
|
compose-flags: --profile rinoa-apps
|
||||||
|
services-log-level: debug
|
||||||
|
|
||||||
- name: Docker Compose Healthcheck
|
- name: Docker Compose Healthcheck
|
||||||
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0
|
uses: jaracogmbh/docker-compose-health-check-action@v1.0.0
|
||||||
|
|||||||
+4
-4
@@ -5974,6 +5974,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
SIGNOZ_ALERTMANAGER_PROVIDER: signoz
|
SIGNOZ_ALERTMANAGER_PROVIDER: signoz
|
||||||
SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN: tcp://signoz-clickhouse:9000
|
SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN: tcp://signoz-clickhouse:9000
|
||||||
|
SIGNOZ_TELEMETRYSTORE_PROVIDER: clickhouse
|
||||||
SIGNOZ_SQLSTORE_SQLITE_PATH: /var/lib/signoz/signoz.db
|
SIGNOZ_SQLSTORE_SQLITE_PATH: /var/lib/signoz/signoz.db
|
||||||
SIGNOZ_ALERTMANAGER_SIGNOZ_EXTERNAL__URL: https://apm.${MY_TLD}
|
SIGNOZ_ALERTMANAGER_SIGNOZ_EXTERNAL__URL: https://apm.${MY_TLD}
|
||||||
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM: noreply@${MY_TLD}
|
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM: noreply@${MY_TLD}
|
||||||
@@ -5983,7 +5984,6 @@ services:
|
|||||||
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS: true
|
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS: true
|
||||||
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__CONFIG_INSECURE__SKIP__VERIFY: true
|
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__CONFIG_INSECURE__SKIP__VERIFY: true
|
||||||
DASHBOARDS_PATH: /root/config/dashboards
|
DASHBOARDS_PATH: /root/config/dashboards
|
||||||
STORAGE: clickhouse
|
|
||||||
GODEBUG: netdns=go
|
GODEBUG: netdns=go
|
||||||
TELEMETRY_ENABLED: true
|
TELEMETRY_ENABLED: true
|
||||||
DEPLOYMENT_TYPE: docker-standalone-amd
|
DEPLOYMENT_TYPE: docker-standalone-amd
|
||||||
@@ -6089,7 +6089,7 @@ services:
|
|||||||
NGINX_ERROR_LOG_FILE: /swag/log/nginx/error.log
|
NGINX_ERROR_LOG_FILE: /swag/log/nginx/error.log
|
||||||
OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux
|
OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux
|
||||||
LOW_CARDINAL_EXCEPTION_GROUPING: false
|
LOW_CARDINAL_EXCEPTION_GROUPING: false
|
||||||
image: signoz/signoz-otel-collector:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
image: signoz/signoz-otel-collector:v0.129.5
|
||||||
ports:
|
ports:
|
||||||
# - "1777:1777" # pprof extension
|
# - "1777:1777" # pprof extension
|
||||||
- "4317:4317" # OTLP gRPC receiver
|
- "4317:4317" # OTLP gRPC receiver
|
||||||
@@ -6102,7 +6102,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_CONFIG}/swag/log/nginx/error.log:/swag/log/nginx/error.log:ro
|
- ${DOCKER_VOLUME_CONFIG}/swag/log/nginx/error.log:/swag/log/nginx/error.log:ro
|
||||||
signoz-schema-migrator-async:
|
signoz-schema-migrator-async:
|
||||||
<<: *signoz-db-depend
|
<<: *signoz-db-depend
|
||||||
image: signoz/signoz-schema-migrator:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
image: signoz/signoz-schema-migrator:v0.129.5
|
||||||
container_name: signoz-schema-migrator-async
|
container_name: signoz-schema-migrator-async
|
||||||
command:
|
command:
|
||||||
- async
|
- async
|
||||||
@@ -6112,7 +6112,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
signoz-schema-migrator-sync:
|
signoz-schema-migrator-sync:
|
||||||
<<: *signoz-common
|
<<: *signoz-common
|
||||||
image: signoz/signoz-schema-migrator:${SIGNOZ_OTELCOL_TAG:-v0.129.0}
|
image: signoz/signoz-schema-migrator:v0.129.5
|
||||||
container_name: signoz-schema-migrator-sync
|
container_name: signoz-schema-migrator-sync
|
||||||
command:
|
command:
|
||||||
- sync
|
- sync
|
||||||
|
|||||||
Reference in New Issue
Block a user