Add .env.example
This commit is contained in:
parent
98202d0a55
commit
ce61ee4e94
1 changed files with 17 additions and 0 deletions
17
.env.example
Normal file
17
.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copy this to .env and fill in your values.
|
||||
# docker-compose automatically loads .env from the same directory.
|
||||
|
||||
# Tailscale reusable auth key — generate at:
|
||||
# https://login.tailscale.com/admin/settings/keys
|
||||
TS_AUTHKEY=tskey-auth-xxxxxxxxxxxxxxxx
|
||||
|
||||
# Name that appears on your tailnet
|
||||
TS_HOSTNAME=moonrelay
|
||||
|
||||
# Set to 1 to run without Tailscale (LAN-only)
|
||||
MOONRELAY_NO_TS=0
|
||||
|
||||
# Web UI port (must match docker-compose ports mapping)
|
||||
MOONRELAY_PORT=8080
|
||||
|
||||
TZ=America/New_York
|
||||
Loading…
Reference in a new issue