bb/docker-compose.yaml
Ryan Cavicchioni 0e4680eef2
All checks were successful
continuous-integration/drone Build is passing
Enable debug mode in docker-compose
2022-09-02 11:55:15 -05:00

9 lines
161 B
YAML

version: "3.9"
services:
bot:
build: .
environment:
- BEEPBOOP_DISCORD_TOKEN
- BEEPBOOP_OPEN_WEATHER_MAP_TOKEN
- BEEPBOOP_DEBUG=true