Skip to content

Commit

Permalink
Merge pull request #26 from Toumash/pr/23-update-containers
Browse files Browse the repository at this point in the history
Pr/23-update-containers
  • Loading branch information
Toumash authored Nov 5, 2023
2 parents 120d814 + a85c82d commit bd364c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
s3:
image: minio/minio:RELEASE.2021-11-24T23-19-33Z
image: minio/minio:RELEASE.2023-11-01T18-37-25Z
restart: unless-stopped
ports:
- "9000:9000"
Expand All @@ -14,9 +14,9 @@ services:
- internal
- public
volumes:
- minio_volume:/data
- minio_new_volume:/data
db:
image: mysql/mysql-server:5.7.28
image: mysql:8-oracle # -oracle tag supports arm64 architecture!
restart: unless-stopped
container_name: mlflow_db
expose:
Expand All @@ -27,7 +27,7 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
volumes:
- db_volume:/var/lib/mysql
- db_new_volume:/var/lib/mysql
networks:
- internal
mlflow:
Expand Down Expand Up @@ -91,5 +91,5 @@ networks:
public:
driver: bridge
volumes:
db_volume:
minio_volume:
db_new_volume:
minio_new_volume:

0 comments on commit bd364c1

Please sign in to comment.