From f90acbabf198433b94122c4214c0965bb5d9910c Mon Sep 17 00:00:00 2001 From: meftimes Date: Tue, 11 Jun 2024 20:20:00 -0400 Subject: [PATCH] add homarr --- homarr/homarr.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 homarr/homarr.yml diff --git a/homarr/homarr.yml b/homarr/homarr.yml new file mode 100644 index 0000000..e5c26a7 --- /dev/null +++ b/homarr/homarr.yml @@ -0,0 +1,18 @@ +services: + homarr: + container_name: homarr + image: ghcr.io/ajnart/homarr:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + - ./configs:/app/data/configs + - ./icons:/app/public/icons + - ./data:/data + ports: + - '7575:7575' + networks: + - proxy + restart: unless-stopped + +networks: + proxy: + external: true