added cup and wud

This commit is contained in:
Dominik
2025-01-12 18:00:08 +01:00
parent 2f13fb4d9f
commit dcd8a1f9df
4 changed files with 46 additions and 17 deletions
+23
View File
@@ -0,0 +1,23 @@
# https://github.com/sergi0g/cup
#
name: cup
services:
cup:
image: ghcr.io/sergi0g/cup:latest
container_name: cup # Optional
restart: unless-stopped
command: -c /config/cup.json serve
ports:
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/config
networks:
- proxy
networks:
proxy:
external: true
+1
View File
@@ -0,0 +1 @@
{}