删除测试内容

This commit is contained in:
2024-08-29 09:08:00 +08:00
parent 37d6b6e023
commit 68046582d6
3 changed files with 3 additions and 45 deletions

View File

@@ -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: