first cimmit

This commit is contained in:
zcr
2026-01-26 11:40:11 +08:00
parent 71400cff38
commit dc2c1ddb03
11 changed files with 27 additions and 27 deletions

View File

@@ -1,20 +1,17 @@
services:
AiDA_Model_Litserve:
aida_model_litserve:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
environment:
GOOGLE_APPLICATION_CREDENTIALS: /google_application_credentials.json
DEBUG: 0
volumes:
- ./app:/app/app
- ./.prod_env:/app/.env
- ./data:/data
- ./google_application_credentials.json:/google_application_credentials.json
- ./.env_prod:/app/.env
- ./models:/models
- ./logs:/app/logs
- /etc/localtime:/etc/localtime:ro
ports:
- "10070:8000"
- "${SERVE_PORT}:8888"
deploy:
resources:
reservations: