test deployment 2
This commit is contained in:
parent
16123d385a
commit
11cf414489
1 changed files with 3 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
|
||||
ml-service:
|
||||
build: ./services/ml
|
||||
ports:
|
||||
|
|
@ -48,7 +48,7 @@ services:
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
|
||||
mlflow:
|
||||
image: ghcr.io/mlflow/mlflow:v2.10.0
|
||||
ports:
|
||||
|
|
@ -62,7 +62,7 @@ services:
|
|||
--host 0.0.0.0
|
||||
--port 5000
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
ports:
|
||||
|
|
@ -84,6 +84,3 @@ volumes:
|
|||
ml-data:
|
||||
mlflow-data:
|
||||
postgres-data:
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue