Skip to content

Commit

Permalink
Update hostnames and domain variables for Time Series services.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Jun 23, 2024
1 parent dc6eb9a commit 9d8b759
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.minio-weaviate-python.ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.7'
services:
tailscale-minio:
image: tailscale/tailscale:latest
hostname: minio-ts
init: true
volumes:
- /dev/net/tun:/dev/net/tun
Expand All @@ -23,7 +24,7 @@ services:
environment:
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
MINIO_DOMAIN: minio.${TS_CERT_DOMAIN}
MINIO_DOMAIN: ${TS_CERT_DOMAIN}
MINIO_BROWSER_REDIRECT_URL: https://${MINIO_DOMAIN}
command: server /data --address ":9000" --console-address ":9001"
volumes:
Expand All @@ -34,6 +35,7 @@ services:

tailscale-weaviate:
image: tailscale/tailscale:latest
hostname: weaviate-ts
init: true
volumes:
- /dev/net/tun:/dev/net/tun
Expand Down Expand Up @@ -79,6 +81,7 @@ services:

tailscale-python:
image: tailscale/tailscale:latest
hostname: python-ts
init: true
volumes:
- /dev/net/tun:/dev/net/tun
Expand Down

0 comments on commit 9d8b759

Please sign in to comment.