changes
All checks were successful
CI / ci (push) Successful in 19m38s

This commit is contained in:
2026-08-26 20:55:30 +02:00
parent a557c183e9
commit 23d052278a
523 changed files with 24448 additions and 2005 deletions

View File

@@ -10,5 +10,17 @@ services:
- RUST_LOG=debug
restart: unless-stopped
worker:
build: .
entrypoint: ["k-mood-worker"]
volumes:
- k-mood-data:/data
- ./config.dev.toml:/data/config.toml:ro
environment:
- RUST_LOG=debug
depends_on:
- backend
restart: unless-stopped
volumes:
k-mood-data: