test deployment 2

This commit is contained in:
Marko Djordjevic 2026-02-18 21:44:05 +01:00
parent 16123d385a
commit 11cf414489

View file

@ -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: