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