diff --git a/docker-compose.minio-weaviate-python.ts.yaml b/docker-compose.minio-weaviate-python.ts.yaml index ace7e79..485d1b8 100644 --- a/docker-compose.minio-weaviate-python.ts.yaml +++ b/docker-compose.minio-weaviate-python.ts.yaml @@ -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} @@ -64,7 +63,6 @@ services: weaviate: image: semitechnologies/weaviate:latest - hostname: weaviate_server command: - --host - 0.0.0.0 @@ -111,7 +109,6 @@ services: python-app: image: cdaprod/python-app - hostname: python_app build: context: ./app dockerfile: Dockerfile