-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy path.env
More file actions
17 lines (13 loc) · 792 Bytes
/
.env
File metadata and controls
17 lines (13 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#version=1.1
#URL=https://github.com/tailscale-dev/ScaleTail
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
# Service Configuration
SERVICE=ollama
IMAGE_URL=ollama/ollama:latest
# Network Configuration
SERVICEPORT=11434 # Ollama's default API port. Uncomment the "ports:" section in compose.yaml to expose to LAN.
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.
# Ollama-specific variables
OLLAMA_API_KEY= # Optional: set a secret key to restrict API access (leave blank to disable auth)