This commit is contained in:
madaoxs
2026-01-13 17:55:36 +08:00
commit e348e845f2
14 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
xiangj-adapter:
build:
context: .
dockerfile: Dockerfile
ports:
- "21056:21056"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./logs:/app/log
restart: unless-stopped