This commit is contained in:
Czechman 2025-01-16 21:53:25 +01:00
parent 70c48bb12f
commit c2e40a3a8a
4 changed files with 41 additions and 0 deletions

3
configs/README.md Normal file
View File

@ -0,0 +1,3 @@
# homarr
https://homarr.dev/docs/getting-started/installation/

3
data/README.md Normal file
View File

@ -0,0 +1,3 @@
# homarr
https://homarr.dev/docs/getting-started/installation/

32
docker-compose.homarr.yml Normal file
View File

@ -0,0 +1,32 @@
# Docker Compose File für homarr per VNC
# docker-compose -f docker-compose.wifirefoxzarr.yml up -d
version: '3.5'
networks:
homarr:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro # Optional, only if you want docker integration
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
ports:
- '7575:7575'
networks:
- homarr
logging:
driver: "gelf"
options:
gelf-address: "udp://192.168.1.250:12201"

3
icons/README.md Normal file
View File

@ -0,0 +1,3 @@
# homarr
https://homarr.dev/docs/getting-started/installation/