Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DougTrajano committed Jul 8, 2023
1 parent d0a04ae commit 3850a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
postgres:
image: postgres:15.1-alpine3.16
image: postgres:15.3-alpine3.18
restart: unless-stopped
ports:
- ${POSTGRES_PORT-5432}:${POSTGRES_PORT-5432}
Expand Down Expand Up @@ -36,8 +36,8 @@ services:
MLFLOW_DB_PASSWORD: ${POSTGRES_PASSWORD-postgres}
MLFLOW_DB_PORT: ${POSTGRES_PORT-5432}
MLFLOW_DB_USERNAME: ${POSTGRES_USER-postgres}
MLFLOW_TRACKING_PASSWORD: ${MLFLOW_TRACKING_PASSWORD-mlflow}
MLFLOW_TRACKING_USERNAME: ${MLFLOW_TRACKING_USERNAME-mlflow}
MLFLOW_TRACKING_USERNAME: ${MLFLOW_TRACKING_USERNAME-mlflow,user}
MLFLOW_TRACKING_PASSWORD: ${MLFLOW_TRACKING_PASSWORD-mlflow,pass}
MLFLOW_SQLALCHEMYSTORE_POOLCLASS: NullPool

volumes:
Expand Down

0 comments on commit 3850a21

Please sign in to comment.