From 4c337f6d5eb1866574d0260a7e44566b88da076c Mon Sep 17 00:00:00 2001 From: Michelle Date: Thu, 19 Feb 2026 15:24:15 +0100 Subject: [PATCH] Add compose.yml --- .gitignore | 2 +- compose.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 compose.yml diff --git a/.gitignore b/.gitignore index cdee6e1..7e6deb2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ __pycache__/ *.so # Custom stuff -ich_iel-bot.db +data/ # Distribution / packaging .Python diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..9b04d84 --- /dev/null +++ b/compose.yml @@ -0,0 +1,7 @@ +services: + ich_iel-bot: + build: . + volumes: + - ./data:/app/data + environment: + - .env \ No newline at end of file