Uploading Everything
Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
11
Cup/docker-compose.yml
Normal file
11
Cup/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user