diff --git a/docker-compose.yaml.example b/docker-compose.yaml.example new file mode 100644 index 0000000..3e467ae --- /dev/null +++ b/docker-compose.yaml.example @@ -0,0 +1,10 @@ +version: "2.0" + +services: + bot: + build: + context: . + volumes: + - /twitch-bot/settings.cfg:/bot/settings.cfg + environment: + - DEBUG=0