more configuration options for redis and database

This commit is contained in:
kappa118 2025-02-20 14:13:29 -05:00
parent 3978e60ce9
commit b546c0f89a
3 changed files with 8 additions and 6 deletions

View file

@ -12,6 +12,7 @@ services:
volumes:
- ../:/app
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=dispatcharr
- POSTGRES_USER=dispatch
- POSTGRES_PASSWORD=secret
@ -29,6 +30,7 @@ services:
volumes:
- ../:/app
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=dispatcharr
- POSTGRES_USER=dispatch
- POSTGRES_PASSWORD=secret