aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2019-10-02 09:39:10 +0530
committerGravatar RohanJnr <[email protected]>2019-10-02 09:39:10 +0530
commitcd5842811f92bd5c82a164d33ad71a9c7c172e57 (patch)
tree4a15827a3d94cbc78fa8a9a5b47cdd57283f304e /docker-compose.yml
parentWorked on the requested changes and also made a few other changes: (diff)
parentMerge branch 'master' into trivia_quiz (diff)
Merge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into trivia_quiz
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 00000000..f2f4b056
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,24 @@
+version: "3.7"
+services:
+ seasonalbot:
+ build:
+ context: .
+ dockerfile: Dockerfile
+ container_name: seasonalbot
+ init: true
+
+ restart: always
+
+ environment:
+ - SEASONALBOT_TOKEN=yourtokenhere
+ - SEASONALBOT_DEBUG=true
+ # - SEASONALBOT_GUILD=
+ # - SEASONALBOT_ADMIN_ROLE_ID=
+ # - CHANNEL_ANNOUNCEMENTS=
+ # - CHANNEL_DEVLOG=
+ # - CHANNEL_SEASONALBOT_CHAT=
+ # - SEASON_OVERRIDE=
+
+ volumes:
+ - /opt/pythondiscord/seasonalbot/log:/bot/bot/log
+ - /opt/pythondiscord/seasonalbot/data:/bot/data