-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy path.env
More file actions
28 lines (20 loc) · 918 Bytes
/
.env
File metadata and controls
28 lines (20 loc) · 918 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
#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=subnet-router
IMAGE_URL=tailscale/tailscale
# Network Configuration
SERVICEPORT= # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=
# Optional Service variables
# PUID=1000
#Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Any Container environment variables are declared below. See https://docs.docker.com/compose/how-tos/environment-variables/
# Tailscale environment
# Add comma separated list of subnet routes
SUBNET_ROUTES=10.1.234.0/24 # See: https://tailscale.com/docs/features/subnet-routers
#EXAMPLE_VAR="Environment varibale"