-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.env
More file actions
26 lines (19 loc) · 713 Bytes
/
.env
File metadata and controls
26 lines (19 loc) · 713 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
#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=technitium
IMAGE_URL=technitium/dns-server:latest
# Network Configuration
SERVICEPORT=5380
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
# Tailscale Configuration
TS_AUTHKEY=
# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Optional Service variables
# PUID=1000
DNS_SERVER1=9.9.9.9
DNS_SERVER2=8.8.4.4
ADMIN_PASSWORD=ChangeME
#EXAMPLE_VAR="Environment varibale"