forked from tailscale-dev/ScaleTail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
22 lines (16 loc) · 621 Bytes
/
Copy path.env
File metadata and controls
22 lines (16 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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=fossflow
IMAGE_URL=stnsmith/fossflow:latest # Docker image URL from container registry (e.g., adguard/adguard-home).
# Network Configuration
SERVICEPORT=3000
DNS_SERVER=9.9.9.9
# 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
#EXAMPLE_VAR="Environment varibale"