summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..6f9a1b2
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,9 @@
+version: '3.8'
+
+services:
+ taulubot:
+ image: registry.digitalocean.com/jan-systems-registry/taulubot:latest
+ volumes:
+ - ${PWD}/photo:/app/photo
+ environment:
+ BOT_TOKEN: "${BOT_TOKEN}"