Dispatcharr/docker
Matt Grutza 47b591bacb Add configurable POSTGRES_PORT and REDIS_PORT for external databases
Make database ports configurable for users with external PostgreSQL/Redis.

- Add POSTGRES_PORT and REDIS_PORT to docker-compose.yml (web and celery)
- Remove hardcoded CELERY_BROKER_URL (Django builds it from components)
- Add REDIS_PORT export to entrypoint.sh and profile variables
- Add Redis connection check for modular mode (matches PostgreSQL pattern)

Users can now specify custom ports for external databases:
  [defaults]
  POSTGRES_PORT=5432
  REDIS_PORT=6379
2026-01-23 21:28:53 -06:00
..
init Add UTF8 encoding check for external databases 2026-01-23 19:15:27 -06:00
build-dev.sh fix: stabilize build-dev paths and push behavior 2026-01-17 15:00:09 -06:00
comskip.ini Comskip Update 2025-09-04 13:45:25 -05:00
DispatcharrBase More cleanup of base image. 2026-01-08 14:52:58 -06:00
docker-compose.aio.yml Add optional legacy NumPy support for older CPUs in Docker configurations 2026-01-08 10:27:58 -06:00
docker-compose.debug.yml Add optional legacy NumPy support for older CPUs in Docker configurations 2026-01-08 10:27:58 -06:00
docker-compose.dev.yml Add optional legacy NumPy support for older CPUs in Docker configurations 2026-01-08 10:27:58 -06:00
docker-compose.yml Add configurable POSTGRES_PORT and REDIS_PORT for external databases 2026-01-23 21:28:53 -06:00
Dockerfile Add health check and fix dangerous checks 2026-01-21 17:40:36 -06:00
entrypoint.aio.sh Revert "Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr" 2025-03-03 15:18:11 -06:00
entrypoint.celery.sh CELERY_NICE_LEVEL warning 2026-01-21 17:59:23 -06:00
entrypoint.sh Add configurable POSTGRES_PORT and REDIS_PORT for external databases 2026-01-23 21:28:53 -06:00
nginx.conf Merge pull request #488 from stlalpha/feature/automated-backups 2025-12-15 16:17:33 -06:00
uwsgi.debug.ini Remove DJANGO_SECRET_KEY environment variable from uwsgi configuration files 2025-12-08 17:27:07 -06:00
uwsgi.dev.ini Remove DJANGO_SECRET_KEY environment variable from uwsgi configuration files 2025-12-08 17:27:07 -06:00
uwsgi.ini Bug Fix: Add socket-timeout to uWSGI production config to prevent VOD stream timeouts during client buffering 2026-01-07 14:10:17 +01:00
uwsgi.modular.ini feat: Add DISPATCHARR_ENV=modular support for multi-container deployments 2026-01-21 11:14:28 -06:00