bb/docker-compose.yaml

11 lines
212 B
YAML
Raw Normal View History

2022-09-08 05:57:10 +00:00
---
2022-08-22 13:03:16 +00:00
version: "3.9"
services:
bot:
build: .
environment:
- BEEPBOOP_DISCORD_TOKEN
- BEEPBOOP_OPEN_WEATHER_MAP_TOKEN
2022-09-02 16:55:15 +00:00
- BEEPBOOP_DEBUG=true
2022-09-08 05:57:10 +00:00
volumes:
- ./config.toml:/config.toml