1
0

Update imsyy/dailyhot-api Docker tag to v2.0.8 (#1340)

This commit is contained in:
renovate[bot]
2025-08-20 13:38:50 +08:00
committed by GitHub
parent a704fb7b20
commit 4940ebdfb0
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="dailyhot-api"
PANEL_APP_PORT_HTTP="40143"

View File

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

View File

@@ -0,0 +1,15 @@
services:
dailyhot-api:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6688"
image: imsyy/dailyhot-api:v2.0.8
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true