mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(docker-compose): add redis env var to api service (#528)
- Add RedisAddr env variable to api service to match bot service
This commit is contained in:
parent
1da94706cb
commit
0881996ca8
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ services:
|
|||
command: ["bin/PluralKit.API.dll"]
|
||||
environment:
|
||||
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres;Maximum Pool Size=1000"
|
||||
- "PluralKit:RedisAddr=redis"
|
||||
ports:
|
||||
- "127.0.0.1:2838:5000"
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue