耳机频响文件改为s3 存储,修改了x9 升级包的存储路径
This commit is contained in:
+3
-3
@@ -13,8 +13,8 @@ services:
|
||||
- DATABASE_USER=${DATABASE_USER:-root}
|
||||
- DATABASE_PASSWORD=${DATABASE_PASSWORD:-root123}
|
||||
- APP_NAME=${APP_NAME:-Audio Dashboard API}
|
||||
- DEBUG=${DEBUG:-True}
|
||||
- MEILISEARCH_URL=${MEILISEARCH_URL:-http://ec2-18-184-205-87.eu-central-1.compute.amazonaws.com:7700}
|
||||
- APP_ENV=${APP_ENV:-production}
|
||||
- MEILISEARCH_URL=${MEILISEARCH_URL:-http://ip-172-31-22-170.eu-central-1.compute.internal:7700}
|
||||
- MEILISEARCH_API_KEY=${MEILISEARCH_API_KEY:-young9#!UJsD219921031}
|
||||
- MEILISEARCH_INDEX=${MEILISEARCH_INDEX:-models}
|
||||
ports:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
networks:
|
||||
- audio-network
|
||||
volumes:
|
||||
- /data/project/autoeq/measurements:/data/project/autoeq/measurements
|
||||
- /data/project/dashboard/upload:/data/project/dashboard/upload
|
||||
|
||||
frontend:
|
||||
image: nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user