Replace custom dashboard with gethomepage.dev and configure services, docker, settings, and widgets
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled

This commit is contained in:
Kroonk
2026-07-01 17:23:26 +02:00
parent 687a6a947b
commit 5aea9e5403
5 changed files with 85 additions and 3 deletions

View File

@@ -1,15 +1,17 @@
services:
mischlabs:
image: git.mischlabs.de/mrdiderot/mischlabs:latest
image: ghcr.io/gethomepage/homepage:latest
container_name: mischlabs
restart: unless-stopped
ports:
- "8085:80"
- "8085:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
- /volume1:/host/volume1:ro
- /volume2:/host/volume2:ro
- ./config:/app/config
- mischlabs_data:/app/data
volumes:
mischlabs_data: