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:
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