Auto Merge of PR 97 - dawarich_fixes_valkey_2025-07-04T09-12-25
Merged by Trez.One
This commit was merged in pull request #97.
This commit is contained in:
+5
-4
@@ -1018,7 +1018,7 @@ services:
|
|||||||
memory: '4G' # Limit memory usage to 4GB
|
memory: '4G' # Limit memory usage to 4GB
|
||||||
entrypoint: web-entrypoint.sh
|
entrypoint: web-entrypoint.sh
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: development
|
RAILS_ENV: production
|
||||||
REDIS_URL: redis://dawarich-valkey:6379
|
REDIS_URL: redis://dawarich-valkey:6379
|
||||||
DATABASE_HOST: dawarich-pg-db
|
DATABASE_HOST: dawarich-pg-db
|
||||||
DATABASE_USERNAME: dawarich
|
DATABASE_USERNAME: dawarich
|
||||||
@@ -1029,7 +1029,7 @@ services:
|
|||||||
TIME_ZONE: ${TZ}
|
TIME_ZONE: ${TZ}
|
||||||
APPLICATION_PROTOCOL: http
|
APPLICATION_PROTOCOL: http
|
||||||
DISTANCE_UNIT: km
|
DISTANCE_UNIT: km
|
||||||
PROMETHEUS_EXPORTER_ENABLED: false
|
PROMETHEUS_EXPORTER_ENABLED: true
|
||||||
PROMETHEUS_EXPORTER_HOST: 0.0.0.0
|
PROMETHEUS_EXPORTER_HOST: 0.0.0.0
|
||||||
PROMETHEUS_EXPORTER_PORT: 9394
|
PROMETHEUS_EXPORTER_PORT: 9394
|
||||||
ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry
|
ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry
|
||||||
@@ -1056,7 +1056,7 @@ services:
|
|||||||
swag.uptime-kuma.monitor.interval: 300
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
ports:
|
ports:
|
||||||
- 63561:3000
|
- 63561:3000
|
||||||
# - 9394:9394 # Prometheus exporter, uncomment if needed
|
- 9394:9394 # Prometheus exporter, uncomment if needed
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
@@ -1102,7 +1102,7 @@ services:
|
|||||||
memory: '4G' # Limit memory usage to 4GB
|
memory: '4G' # Limit memory usage to 4GB
|
||||||
entrypoint: sidekiq-entrypoint.sh
|
entrypoint: sidekiq-entrypoint.sh
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: development
|
RAILS_ENV: production
|
||||||
REDIS_URL: redis://dawarich-valkey:6379
|
REDIS_URL: redis://dawarich-valkey:6379
|
||||||
DATABASE_HOST: dawarich-pg-db
|
DATABASE_HOST: dawarich-pg-db
|
||||||
DATABASE_USERNAME: dawarich
|
DATABASE_USERNAME: dawarich
|
||||||
@@ -4979,6 +4979,7 @@ services:
|
|||||||
image: ghcr.io/thecfu/scraparr:latest
|
image: ghcr.io/thecfu/scraparr:latest
|
||||||
ports:
|
ports:
|
||||||
- 7100:7100
|
- 7100:7100
|
||||||
|
restart: unless-stopped
|
||||||
scrutiny:
|
scrutiny:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_RAWIO
|
- SYS_RAWIO
|
||||||
|
|||||||
Reference in New Issue
Block a user