|
@@ -11,8 +11,8 @@
|
|
|
version: '0'
|
|
|
services:
|
|
|
frontend:
|
|
|
- # build: manage_platform
|
|
|
- image: registry.cn-hangzhou.aliyuncs.com/vc-2024/vc-platform:5.2.3
|
|
|
+ build: manage_platform
|
|
|
+ # image: registry.cn-hangzhou.aliyuncs.com/vc-2024/vc-platform:5.2.3
|
|
|
restart: always
|
|
|
ports:
|
|
|
- 8001:8000
|
|
@@ -44,7 +44,7 @@ services:
|
|
|
MYSQL_URL: jdbc:mysql://mysql-db:3306/vehicle?useSSL=false&allowPublicKeyRetrieval=true&serverTimeZone=UTC
|
|
|
MYSQL_USERNAME: root
|
|
|
MYSQL_PASSWORD: colin123
|
|
|
- MINIO_URL: http://10.1.20.200:9000 # 部署时要改成服务器ip
|
|
|
+ MINIO_URL: http://10.1.1.228:9000 # 部署时要改成服务器ip
|
|
|
MINIO_BUCKET: files
|
|
|
MINIO_ACCESS_KEY: Jonny
|
|
|
MINIO_SECRET_KEY: minioadmin
|
|
@@ -90,7 +90,7 @@ services:
|
|
|
volumes:
|
|
|
- ./model_accuracy/output:/app/output
|
|
|
- ./model_accuracy/config.yml:/app/config.yml
|
|
|
- # - ./model_accuracy/lemon_master:/app/lemon_master
|
|
|
+ # - ./model_accuracy/lemon_master:/app/lemon_master
|
|
|
deploy:
|
|
|
resources:
|
|
|
reservations:
|