Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner authored Apr 11, 2024
1 parent 323f9b3 commit 1a80ed7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
- ~/mysql/volodb:/var/lib/mysql
ports:
- "40101:3306"
networks:
- volodb-network
#networks:
# - volodb-network

minio_obj_store:
image: quay.io/minio/minio
Expand All @@ -28,8 +28,8 @@ services:
- "9000:9000"
- "9001:9001"
command: server /data --console-address ":9001"
networks:
- volodb-network
#networks:
# - volodb-network

api:
build:
Expand All @@ -46,9 +46,9 @@ services:
# SPRING_DATASOURCE_PASSWORD: your_database_password
depends_on:
- mysql_db
networks:
- volodb-network
#networks:
# - volodb-network

networks:
volodb-network:
driver: bridge
#networks:
# volodb-network:
# driver: bridge

0 comments on commit 1a80ed7

Please sign in to comment.