mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added cup and wud
This commit is contained in:
23
cup/compose.yml
Normal file
23
cup/compose.yml
Normal 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
cup/config/cup.json
Normal file
1
cup/config/cup.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
Reference in New Issue
Block a user