Files
mo c7f1b094cb Add full homelab inventory and remaining home services.
UniFi, Joplin, Glance, Uptime Kuma, Whoogle, Synology packages docs,
Proxmox LXC inventory, Portainer stacks, and INVENTORY.md master list.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 13:26:53 +02:00

13 lines
289 B
YAML

services:
whoogle:
image: benbusby/whoogle-search:latest
container_name: whoogle
restart: unless-stopped
ports:
- "${WHOOGLE_PORT:-5000}:5000"
environment:
TZ: ${TZ:-Europe/Brussels}
WHOOGLE_CONFIG_DIR: /config
volumes:
- ./config:/config