From 5beb6e550f444a274ac44197d80ab6ba55d75e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sat, 12 May 2018 12:24:19 +0200 Subject: [PATCH] Add example docker-compose config file --- docker-compose.yaml.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docker-compose.yaml.example 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