Add Homarr support

This commit is contained in:
Luctia
2025-05-02 16:09:26 +02:00
parent d6433a0b84
commit d4263027db
4 changed files with 37 additions and 4 deletions

View File

@@ -145,6 +145,18 @@ services:
ports:
- "9696:9696"
restart: unless-stopped
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=
ports:
- "7575:7575"
jackett:
image: lscr.io/linuxserver/jackett:latest