add DockerFile and yml
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
aida_back:
|
||||
container_name: prod-lanecarford-back
|
||||
build: .
|
||||
volumes:
|
||||
# 日志目录映射
|
||||
- ./log:/log
|
||||
ports:
|
||||
- '10010:8080'
|
||||
Reference in New Issue
Block a user