feat: update axonhub 0.9.37

This commit is contained in:
arch3rPro
2026-04-25 05:30:14 +08:00
parent 01872b80dc
commit 05e76e8aad
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
additionalProperties:
formFields:
- default: 8090
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web端口
required: true
rule: paramPort
type: number
label:
en: Web Port
zh: Web端口
ja: Webポート
ko: Web 포트
- default: ""
edit: true
envKey: AXONHUB_DB_PASSWORD
labelEn: Database Password
labelZh: 数据库密码
required: false
rule: paramComplexity
type: password
label:
en: Database Password
zh: 数据库密码
ja: データベースパスワード
ko: 데이터베이스 비밀번호

View File

View File

@@ -0,0 +1,20 @@
services:
axonhub:
image: looplj/axonhub:v0.9.37
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8090
volumes:
- ./data:/data
environment:
- TZ=Asia/Shanghai
- AXONHUB_DB_DIALECT=sqlite3
- AXONHUB_DB_DSN=file:/data/axonhub.db?cache=shared&_fk=1&pragma=journal_mode(WAL)
labels:
createdBy: Apps
networks:
1panel-network:
external: true