添加 docker-compose.yml

This commit is contained in:
2025-11-28 15:04:01 +08:00
parent 3aa744895f
commit dac51afe73

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
aida_back:
container_name: develop-version-aida-back-test
build: .
volumes:
# 数据挂载
- ./log:/log
ports:
- '10091:5567'