Bind config file in Docker

This commit is contained in:
Ryan Cavicchioni 2022-09-08 00:57:10 -05:00
parent 446ac616bf
commit 534b3e5fcd
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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