1
0
Fork 0
1Panel-Appstore/apps/cup/3.5.1/docker-compose.yml

18 lines
432 B
YAML

services:
cup:
image: ghcr.io/sergi0g/cup:v3.5.1
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
labels:
createdBy: Apps
command: serve
networks:
1panel-network:
external: true