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
@ -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…
Reference in New Issue
Block a user