mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-25 23:27:15 +08:00
feat: update axonhub 0.9.37
This commit is contained in:
28
apps/axonhub/0.9.37/data.yml
Normal file
28
apps/axonhub/0.9.37/data.yml
Normal 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: 데이터베이스 비밀번호
|
||||
0
apps/axonhub/0.9.37/data/.gitkeep
Normal file
0
apps/axonhub/0.9.37/data/.gitkeep
Normal file
20
apps/axonhub/0.9.37/docker-compose.yml
Normal file
20
apps/axonhub/0.9.37/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user