feat: fuck freja

This commit is contained in:
eric
2026-02-23 23:12:06 +01:00
parent ae6ff0c228
commit 70e8a67113
3 changed files with 15 additions and 3 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
joel-bot:
build: .
container_name: joel-bot
restart: unless-stopped
volumes:
# Maps the local ./data folder to the container's /data folder
- ./data:/data
env_file:
- .env