🐛 Fix database connection for container by exposing environment variable
Some checks failed
ci / docker (push) Successful in 4m43s
Python formatting PEP8 / Python-PEP8 (push) Failing after 13s

This commit is contained in:
Finn Christiansen 2024-06-16 21:44:14 +02:00
parent 9a2a18172c
commit 86a5dd19b5

View file

@ -8,5 +8,6 @@ services:
- BOT_HOMESERVER - BOT_HOMESERVER
- BOT_USERNAME - BOT_USERNAME
- BOT_PASSWORD - BOT_PASSWORD
- DB_URI
volumes: volumes:
- ./data/:/bot/data - ./data/:/bot/data