Add Docker stuffs

This commit is contained in:
Alexander Harding
2026-07-12 16:56:52 -04:00
parent fce43b9b2f
commit f1382936a5
3 changed files with 35 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
discord-bot:
build: .
container_name: dndhelper
restart: unless-stopped
tty: true
volumes:
- /srv/dndhelper/data:/app/data
environment:
- TOKEN=${TOKEN}