diff --git a/configs/README.md b/configs/README.md new file mode 100644 index 0000000..a70ebf6 --- /dev/null +++ b/configs/README.md @@ -0,0 +1,3 @@ +# homarr + +https://homarr.dev/docs/getting-started/installation/ \ No newline at end of file diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..a70ebf6 --- /dev/null +++ b/data/README.md @@ -0,0 +1,3 @@ +# homarr + +https://homarr.dev/docs/getting-started/installation/ \ No newline at end of file diff --git a/docker-compose.homarr.yml b/docker-compose.homarr.yml new file mode 100644 index 0000000..080991c --- /dev/null +++ b/docker-compose.homarr.yml @@ -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" + + + \ No newline at end of file diff --git a/icons/README.md b/icons/README.md new file mode 100644 index 0000000..a70ebf6 --- /dev/null +++ b/icons/README.md @@ -0,0 +1,3 @@ +# homarr + +https://homarr.dev/docs/getting-started/installation/ \ No newline at end of file