added wud

This commit is contained in:
ladislav.dusa
2025-03-04 08:29:17 +01:00
parent f1c661a3d6
commit baea1cc4eb
3 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,11 @@
services:
whatsupdocker:
image: getwud/wud
container_name: wud
env_file:
- stack.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3008:3000