Bind config file in Docker
This commit is contained in:
parent
446ac616bf
commit
534b3e5fcd
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: "3.9"
|
||||
services:
|
||||
bot:
|
||||
@ -6,3 +7,5 @@ services:
|
||||
- BEEPBOOP_DISCORD_TOKEN
|
||||
- BEEPBOOP_OPEN_WEATHER_MAP_TOKEN
|
||||
- BEEPBOOP_DEBUG=true
|
||||
volumes:
|
||||
- ./config.toml:/config.toml
|
Loading…
Reference in New Issue
Block a user