1
0

chore(deps): update deepracticexs/promptx docker tag to v2.2.1 (localApps) (#4387)

This commit is contained in:
renovate[bot]
2026-03-07 04:24:03 +00:00
committed by GitHub
parent 0ae20ab4ce
commit 3169ead837
2 changed files with 1 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,26 @@
services:
promptx:
image: deepracticexs/promptx:2.2.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- ./data:/root/.promptx
ports:
- ${PANEL_APP_PORT_HTTP}:5203
healthcheck:
test:
- CMD
- curl
- -f
- http://localhost:5203/health
interval: 30s
timeout: 5s
retries: 5
start_period: 30s
labels:
createdBy: Apps
networks:
1panel-network:
external: true