feat: Initial commit

This commit is contained in:
engigu
2025-12-20 09:30:16 +08:00
commit 362237241e
189 changed files with 12035 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
baihu:
build: .
ports:
- "8052:8052"
volumes:
- ./data:/root/data
- ./logs:/root/logs
- ./scripts:/root/scripts
- ./configs:/root/configs
environment:
- TZ=Asia/Shanghai
restart: unless-stopped