Add compose.yml

This commit is contained in:
2026-02-19 15:24:15 +01:00
parent 60a374d9ec
commit 4c337f6d5e
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@@ -8,7 +8,7 @@ __pycache__/
*.so
# Custom stuff
ich_iel-bot.db
data/
# Distribution / packaging
.Python

7
compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
ich_iel-bot:
build: .
volumes:
- ./data:/app/data
environment:
- .env