Update home-tools.yaml

master
Dex Burgess 2025-05-31 03:45:00 +00:00
parent a1aa3f3f68
commit d44da852b0
1 changed files with 26 additions and 26 deletions

View File

@ -1,30 +1,30 @@
services: services:
homepage: # homepage:
image: ghcr.io/gethomepage/homepage:latest # image: ghcr.io/gethomepage/homepage:latest
container_name: homepage # container_name: homepage
volumes: # volumes:
- /dockers/homepage:/app/config # Make sure your local config directory exists # - /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 # - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
environment: # environment:
PUID: 1000 # read them from .env # PUID: 1000 # read them from .env
PGID: 1000 # read them from .env # PGID: 1000 # read them from .env
watchyourlan: # watchyourlan:
image: aceberg/watchyourlan:v2 # image: aceberg/watchyourlan:v2
container_name: watchyourlan # container_name: watchyourlan
network_mode: host # network_mode: host
restart: unless-stopped # restart: unless-stopped
volumes: # volumes:
- /dockers/wyl:/data/WatchYourLAN # - /dockers/wyl:/data/WatchYourLAN
environment: # environment:
TZ: America/New_York # TZ: America/New_York
IFACES: "enp7s0" # IFACES: "enp7s0"
HOST: "0.0.0.0" # HOST: "0.0.0.0"
PORT: "8840" # PORT: "8840"
TIMEOUT: "120" # TIMEOUT: "120"
THEME: "darkly" # THEME: "darkly"
COLOR: "dark" # COLOR: "dark"
mealie: mealie:
container_name: mealie container_name: mealie
@ -108,8 +108,8 @@ services:
- /dev/dri - /dev/dri
volumes: volumes:
- /dockers/whipser-rocm:/data - /dockers/whipser-rocm:/data
ports: # ports:
- 10300:10300 # - 10300:10300
# faster-whisper: # faster-whisper:
# image: lscr.io/linuxserver/faster-whisper:gpu # image: lscr.io/linuxserver/faster-whisper:gpu