Add example docker-compose config file

master
Nikola Forró 7 years ago
parent 4df3901e73
commit 5beb6e550f

@ -0,0 +1,10 @@
version: "2.0"
services:
bot:
build:
context: .
volumes:
- /twitch-bot/settings.cfg:/bot/settings.cfg
environment:
- DEBUG=0
Loading…
Cancel
Save