1
0

chore(deps): update ghcr.io/sergi0g/cup docker tag to v3.5.1 (#2613)

This commit is contained in:
renovate[bot]
2025-11-23 20:46:00 +00:00
committed by GitHub
parent cfd3085ac3
commit 88e4760dad
2 changed files with 1 additions and 1 deletions

13
apps/cup/3.5.1/data.yml Normal file
View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: "51230"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 8000
labelZh: 服务端口 8000
label:
en: Service Port 8000
zh: 服务端口 8000
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,17 @@
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