-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.example.env
More file actions
29 lines (22 loc) · 704 Bytes
/
Copy path.example.env
File metadata and controls
29 lines (22 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
######
###### Environment Variables to run `docker-compose.minio-weaviate-ts.yaml`
######
### Tailscale Variables
TS_CERT_DOMAIN=your_tailnet
TS_AUTHKEY=your_tailscale_authkey
### MinIO Variables
MINIO_ROOT_USER=your_minio_root_user
MINIO_ROOT_PASSWORD=your_minio_root_password
MINIO_DOMAIN=minio.your_minio_domain
MINIO_BROWSER_REDIRECT_URL=https://${MINIO_DOMAIN}
### Weaviate Variables
WEAVIATE_ORIGIN=weaviate.your_domain
######
####### Tailscale Cloudflare DnsSync (see more here: https://github.com/marc1307/tailscale-cloudflare-dnssync)
######
### Tailscale Vars
TS_KEY=your_tailscale_api_key
TS_TAILNET=your_tailnet
### Cloudflare Vars
CF_KEY=your_cloudflare_api_key
CF_DOMAIN=your_domain