add DockerFile and yml

This commit is contained in:
zhh
2025-10-28 15:28:52 +08:00
parent af8fbd90e3
commit 3608468374
2 changed files with 25 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
aida_back:
container_name: prod-lanecarford-back
build: .
volumes:
# 日志目录映射
- ./log:/log
ports:
- '10010:8080'