mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 02:37:11 +08:00
feat: update axonhub 0.9.32
This commit is contained in:
20
apps/axonhub/0.9.32/docker-compose.yml
Normal file
20
apps/axonhub/0.9.32/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
axonhub:
|
||||
image: looplj/axonhub:v0.9.32
|
||||
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