mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
more configuration options for redis and database
This commit is contained in:
parent
3978e60ce9
commit
b546c0f89a
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue