From 172c340acbf7a484514ccefa4228d6ee00c3363f Mon Sep 17 00:00:00 2001 From: dex Date: Sun, 29 Oct 2023 02:36:05 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index 5d4e41f..04a209b 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -1,23 +1,13 @@ version: '3.7' services: - dashy: - image: lissy93/dashy - container_name: Dashy + homarr: + container_name: homarr + image: ghcr.io/ajnart/homarr:latest restart: unless-stopped - # Pass in your config file below, by specifying the path on your host machine - #volumes: - # - /dockers/dashy/public:/app/public - environment: - - NODE_ENV=production - - UID=1000 - - GID=1000 - healthcheck: - test: ['CMD', 'node', '/app/services/healthcheck'] - interval: 1m30s - timeout: 10s - retries: 3 - start_period: 40s + volumes: + - /dockers/homarr/configs:/app/data/configs + - /dockers/homarr/icons:/app/public/icons vaultwarden: image: vaultwarden/server:latest