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
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
ml-service:
|
ml-service:
|
||||||
build: ./services/ml
|
build: ./services/ml
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -48,7 +48,7 @@ services:
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
mlflow:
|
mlflow:
|
||||||
image: ghcr.io/mlflow/mlflow:v2.10.0
|
image: ghcr.io/mlflow/mlflow:v2.10.0
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -62,7 +62,7 @@ services:
|
||||||
--host 0.0.0.0
|
--host 0.0.0.0
|
||||||
--port 5000
|
--port 5000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -84,6 +84,3 @@ volumes:
|
||||||
ml-data:
|
ml-data:
|
||||||
mlflow-data:
|
mlflow-data:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue