From 5f644a125085bde23f7a499c8836536e94f44b87 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 4 Jul 2025 09:12:54 -0400 Subject: [PATCH 1/2] Dawarich tweaks (DNS issue with Sidekiq finding cache container). --- docker-compose.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a467bdab..b498ca83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1018,7 +1018,7 @@ services: memory: '4G' # Limit memory usage to 4GB entrypoint: web-entrypoint.sh environment: - RAILS_ENV: development + RAILS_ENV: production REDIS_URL: redis://dawarich-valkey:6379 DATABASE_HOST: dawarich-pg-db DATABASE_USERNAME: dawarich @@ -1029,7 +1029,7 @@ services: TIME_ZONE: ${TZ} APPLICATION_PROTOCOL: http DISTANCE_UNIT: km - PROMETHEUS_EXPORTER_ENABLED: false + PROMETHEUS_EXPORTER_ENABLED: true PROMETHEUS_EXPORTER_HOST: 0.0.0.0 PROMETHEUS_EXPORTER_PORT: 9394 ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry @@ -1056,7 +1056,7 @@ services: swag.uptime-kuma.monitor.interval: 300 ports: - 63561:3000 - # - 9394:9394 # Prometheus exporter, uncomment if needed + - 9394:9394 # Prometheus exporter, uncomment if needed restart: on-failure stdin_open: true tty: true @@ -1102,7 +1102,7 @@ services: memory: '4G' # Limit memory usage to 4GB entrypoint: sidekiq-entrypoint.sh environment: - RAILS_ENV: development + RAILS_ENV: production REDIS_URL: redis://dawarich-valkey:6379 DATABASE_HOST: dawarich-pg-db DATABASE_USERNAME: dawarich @@ -4978,7 +4978,8 @@ services: SONARR_URL: http://sonarr:8989 image: ghcr.io/thecfu/scraparr:latest ports: - - 7100:7100 + - 7100:7100' + restart: unless-stopped scrutiny: cap_add: - SYS_RAWIO -- 2.52.0 From be8915d48cba53a2db3128de4acc1b82b6532a9d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 4 Jul 2025 12:01:45 -0400 Subject: [PATCH 2/2] Typo fix. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b498ca83..764c5329 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4978,7 +4978,7 @@ services: SONARR_URL: http://sonarr:8989 image: ghcr.io/thecfu/scraparr:latest ports: - - 7100:7100' + - 7100:7100 restart: unless-stopped scrutiny: cap_add: -- 2.52.0