新增docker-compose文件

This commit is contained in:
zhouchengrong
2023-07-20 17:38:02 +08:00
parent 3343066daf
commit 9a5eae70ce
2 changed files with 7 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: "3"
services:
aida_back:
container_name: aida_back
build: ./ .
ports:
- "10086:5567"

0
run.shell Normal file
View File