删除测试内容
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
x-env:
|
||||
&template
|
||||
image: fcb_photo_review:1.13.8
|
||||
# 启动时可以指定环境变量TAG来手动选择镜像版本
|
||||
# docker-compose up -d -e TAG=1.0.0
|
||||
image: fcb_photo_review:${TAG:-1.13.8}
|
||||
restart: always
|
||||
|
||||
services:
|
||||
@@ -14,8 +16,6 @@ services:
|
||||
- ./log:/app/log
|
||||
- ./model:/app/model
|
||||
command: [ "det_api.py" ]
|
||||
ports:
|
||||
- "5000:5000" # 映射端口
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user