first cimmit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user