Dispatcharr/docker/init
None 6ff81e6287 Fix modular mode deployment issues (#1045)
- Fix Postgres version check failing with restricted DB users (use $POSTGRES_DB instead of hardcoded 'postgres')
- Fix DVR recording broken in modular mode (respect DISPATCHARR_PORT instead of hardcoding 9191)
- Remove flushdb() from wait_for_redis.py to prevent Redis data loss on container restart
- Add DISPATCHARR_PORT to celery environment in docker-compose.yml
- Add depends_on health conditions for proper service startup ordering
- Add extra_hosts for host.docker.internal resolution on Linux
- Harden celery entrypoint with timeouts for JWT wait (120s) and migration wait (300s)
- Replace fragile showmigrations grep with migrate --check
- Add unit tests for DVR port resolution and flushdb removal regression
2026-03-03 17:18:16 -06:00
..
01-user-setup.sh Fix: nginx startup failure due to group name mismatch 2026-01-21 08:04:49 +01:00
02-postgres.sh Fix modular mode deployment issues (#1045) 2026-03-03 17:18:16 -06:00
03-init-dispatcharr.sh create scripts directory 2026-02-26 14:07:34 -05:00
04-check-hwaccel.sh Vastly improved logic for detecting recommended acceleration methods. 2025-05-13 12:32:49 -05:00
99-init-dev.sh Refactor for uv transition. 2026-01-30 12:12:42 -06:00