This commit is contained in:
Christoph Califice
2025-08-14 00:06:26 -03:00
parent 809b545ece
commit f43c0275ab

14
wud/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
whatsupdocker:
image: fmartinou/whats-up-docker
container_name: wud
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3500:3000
environment:
- WUD_WATCHER_SERVICES_HOST=192.168.1.202
- WUD_WATCHER_MORGANNA_HOST=192.168.1.204
- WUD_WATCHER_PI_HOST=192.168.1.199
- WUD_WATCHER_ARR_SOCKET=/var/run/docker.sock
restart: "unless-stopped"