🐛 Fix database connection for container by exposing environment variable
This commit is contained in:
parent
9a2a18172c
commit
86a5dd19b5
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ services:
|
|||
- BOT_HOMESERVER
|
||||
- BOT_USERNAME
|
||||
- BOT_PASSWORD
|
||||
- DB_URI
|
||||
volumes:
|
||||
- ./data/:/bot/data
|
||||
|
|
Loading…
Reference in a new issue