From d44da852b083c5e4d0d1d397c3792d6ce21cf44d Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sat, 31 May 2025 03:45:00 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index df66a43..811f01d 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -1,30 +1,30 @@ services: - homepage: - image: ghcr.io/gethomepage/homepage:latest - container_name: homepage - volumes: - - /dockers/homepage:/app/config # Make sure your local config directory exists - - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods - environment: - PUID: 1000 # read them from .env - PGID: 1000 # read them from .env +# homepage: +# image: ghcr.io/gethomepage/homepage:latest +# container_name: homepage +# volumes: +# - /dockers/homepage:/app/config # Make sure your local config directory exists +# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods +# environment: +# PUID: 1000 # read them from .env +# PGID: 1000 # read them from .env - watchyourlan: - image: aceberg/watchyourlan:v2 - container_name: watchyourlan - network_mode: host - restart: unless-stopped - volumes: - - /dockers/wyl:/data/WatchYourLAN - environment: - TZ: America/New_York - IFACES: "enp7s0" - HOST: "0.0.0.0" - PORT: "8840" - TIMEOUT: "120" - THEME: "darkly" - COLOR: "dark" +# watchyourlan: +# image: aceberg/watchyourlan:v2 +# container_name: watchyourlan +# network_mode: host +# restart: unless-stopped +# volumes: +# - /dockers/wyl:/data/WatchYourLAN +# environment: +# TZ: America/New_York +# IFACES: "enp7s0" +# HOST: "0.0.0.0" +# PORT: "8840" +# TIMEOUT: "120" +# THEME: "darkly" +# COLOR: "dark" mealie: container_name: mealie @@ -108,8 +108,8 @@ services: - /dev/dri volumes: - /dockers/whipser-rocm:/data - ports: - - 10300:10300 +# ports: +# - 10300:10300 # faster-whisper: # image: lscr.io/linuxserver/faster-whisper:gpu