Skip to content

Commit

Permalink
Update network modes for Minio, Weaviate, and Python services.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Jun 22, 2024
1 parent 406dfa7 commit 55fdcd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.minio-weaviate-python.ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- minio_data:/data
depends_on:
- tailscale-minio
network_mode: service:tailscale-minio
network_mode: container:minio-ts
ports:
- "9000:9000"
- "9001:9001"
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
depends_on:
- tailscale-weaviate
- minio
network_mode: service:tailscale-weaviate
network_mode: container:weaviate-ts
volumes:
- weaviate_data:/var/lib/weaviate

Expand Down Expand Up @@ -120,7 +120,7 @@ services:
- minio
environment:
- KEEP_CONTAINER_ALIVE=true # Set to false or remove for production
network_mode: service:tailscale-python
network_mode: container:python-ts

volumes:
minio_data:
Expand Down

0 comments on commit 55fdcd5

Please sign in to comment.