added cup and wud

This commit is contained in:
Dominik
2025-01-12 18:00:03 +01:00
parent 2f13fb4d9f
commit dcd8a1f9df
4 changed files with 46 additions and 17 deletions

20
wud/compose.yml Normal file
View File

@@ -0,0 +1,20 @@
# https://getwud.github.io/wud/#/
#
name: wud
services:
whatsupdocker:
image: getwud/wud
container_name: wud
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
networks:
- proxy
networks:
proxy:
external: true