Skip to content

Commit

Permalink
Remove unnecessary hostname configurations for services.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Jun 23, 2024
1 parent 10465bc commit 207cfa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.minio-weaviate-python.ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:

minio:
image: minio/minio:latest
hostname: minio_server
environment:
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
Expand Down Expand Up @@ -64,7 +63,6 @@ services:

weaviate:
image: semitechnologies/weaviate:latest
hostname: weaviate_server
command:
- --host
- 0.0.0.0
Expand Down Expand Up @@ -111,7 +109,6 @@ services:

python-app:
image: cdaprod/python-app
hostname: python_app
build:
context: ./app
dockerfile: Dockerfile
Expand Down

0 comments on commit 207cfa7

Please sign in to comment.