Uploading Everything

Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
2026-02-12 17:12:19 +02:00
commit fe628b774f
38 changed files with 1273 additions and 0 deletions

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

@@ -0,0 +1,11 @@
name: cup
services:
cup:
image: ghcr.io/sergi0g/cup:latest
container_name: cup # Optional
restart: unless-stopped
command: serve
ports:
- 8001:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock