1
0

feat:添加vue-color-avatar到列表

This commit is contained in:
okxlin
2024-05-21 03:21:19 +08:00
parent aa233ee615
commit 636682fb28
6 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="vue-color-avatar"
PANEL_APP_PORT_HTTP="40247"

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40247
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,13 @@
version: '3.3'
services:
vue-color-avatar:
image: wenyang0/vue-color-avatar:latest
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:5173"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true