mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-20 02:51:14 +00:00
new services
This commit is contained in:
23
apps/dashboard/homarr.md
Normal file
23
apps/dashboard/homarr.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Homarr
|
||||
|
||||
Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr).
|
||||
|
||||
<br>
|
||||
|
||||
- [Github repo](https://github.com/ajnart/homarr)
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
homarr:
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
container_name: homarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./homarr/configs:/app/data/configs
|
||||
- ./homarr/icons:/app/public/icons
|
||||
ports:
|
||||
- 7575:7575
|
||||
```
|
||||
Reference in New Issue
Block a user