feat: add Misch & Friends companion app
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s

This commit is contained in:
Kroonk
2026-05-22 17:32:24 +02:00
commit 7afca6561f
13 changed files with 2203 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
friends:
image: git.mischlabs.de/mrdiderot/friends:latest
container_name: friends
restart: unless-stopped
env_file:
- .env
ports:
- "${FRIENDS_PORT:-38110}:38110"
volumes:
- friends_data:/app/data
volumes:
friends_data: