To run ml_pipelines service:
1) Create pg_password_ml.txt file in ./docker directory with password to postgres db user for ml (user2)
2) Run docker-compose with --build flag
from root project dir:
docker-compose -f ./docker/docker-compose.yml up -d --build
To run ml_pipelines service: 1) Create pg_password_ml.txt file in ./docker directory with password to postgres db user for ml (user2) 2) Run docker-compose with --build flag