init
Some checks failed
CI / ci (push) Failing after 1m48s

This commit is contained in:
2026-08-25 23:24:36 +02:00
commit 95739892de
466 changed files with 33918 additions and 0 deletions

14
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
backend:
build: .
ports:
- "3000:3000"
volumes:
- k-mood-data:/data
- ./config.dev.toml:/data/config.toml:ro
environment:
- RUST_LOG=debug
restart: unless-stopped
volumes:
k-mood-data: