Files
Docker-Compose/Cup/docker-compose.yml
MohandL3G fe628b774f Uploading Everything
Uploading Every Docker Compose YML file to the Repo
2026-02-12 17:12:19 +02:00

11 lines
238 B
YAML

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