Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-06-09 15:44:24 +00:00
parent 9d1114dc69
commit b8fb210e1a
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,34 @@
networks:
1panel-network:
external: true
services:
baihu-panel:
image: ghcr.io/engigu/baihu:1.1.10
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8052
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${BAIHU_ROOT_PATH}/data:/app/data
- ${BAIHU_ROOT_PATH}/envs:/app/envs
environment:
- TZ=Asia/Shanghai
- BH_SERVER_PORT=8052
- BH_SERVER_HOST=0.0.0.0
- BH_DB_TYPE=sqlite
- BH_DB_PATH=/app/data/baihu.db
- BH_DB_TABLE_PREFIX=baihu_
- BH_DB_NAME=baihu
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"