mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add basic logging framework
This commit is contained in:
parent
dfbb5cd2d6
commit
961bfe9094
12 changed files with 181 additions and 63 deletions
|
|
@ -7,8 +7,10 @@ services:
|
|||
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres"
|
||||
- "PluralKit:InfluxUrl=http://influx:8086"
|
||||
- "PluralKit:InfluxDb=pluralkit"
|
||||
- "PluralKit:LogDir=/var/log/pluralkit"
|
||||
volumes:
|
||||
- "./pluralkit.conf:/app/pluralkit.conf:ro"
|
||||
- "/var/log/pluralkit:/var/log/pluralkit"
|
||||
links:
|
||||
- db
|
||||
- influx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue