1
0

feat:添加ugly-avatar到列表

This commit is contained in:
okxlin
2024-05-12 21:42:10 +08:00
parent 3231609635
commit 42ea1b4426
6 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="ugly-avatar"
PANEL_APP_PORT_HTTP="40240"

View File

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

View File

@@ -0,0 +1,15 @@
version: '3'
services:
ugly-avatar:
image: joesonshaw/ugly-face:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true