Ryan Cavicchioni
0e4680eef2
All checks were successful
continuous-integration/drone Build is passing
9 lines
161 B
YAML
9 lines
161 B
YAML
version: "3.9"
|
|
services:
|
|
bot:
|
|
build: .
|
|
environment:
|
|
- BEEPBOOP_DISCORD_TOKEN
|
|
- BEEPBOOP_OPEN_WEATHER_MAP_TOKEN
|
|
- BEEPBOOP_DEBUG=true
|