chore(deps): update deepracticexs/promptx docker tag to v2.2.1 (localApps) (#4387)
This commit is contained in:
26
apps/promptx/2.2.1/docker-compose.yml
Normal file
26
apps/promptx/2.2.1/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user