mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix first batch of _dev stacks: authentik, directus, duplicati, filebrowser, firefly, headscale, homepage, invoiceninja, jellyfin, lubelogger
This commit is contained in:
@@ -1,30 +1,12 @@
|
||||
# =========================
|
||||
# Headscale Configuration
|
||||
# =========================
|
||||
|
||||
# Images
|
||||
# Compose
|
||||
VOL_PATH=/data
|
||||
HEADSCALE_IMAGE=headscale/headscale:latest
|
||||
HEADSCALE_UI_IMAGE=goodieshq/headscale-admin:0.26
|
||||
|
||||
# Restart policy
|
||||
HEADSCALE_RESTART=unless-stopped
|
||||
HEADSCALE_UI_RESTART=unless-stopped
|
||||
|
||||
# Paths
|
||||
CONFIG_PATH=./config
|
||||
DATA_PATH=./data
|
||||
LOG_PATH=./logs
|
||||
|
||||
# Timezone
|
||||
TZ=America/Vancouver
|
||||
|
||||
# Logging
|
||||
# Headscale
|
||||
HEADSCALE_LOG_LEVEL=info
|
||||
|
||||
# Domain (IMPORTANT)
|
||||
HEADSCALE_DOMAIN=headscale.example.com
|
||||
HEADSCALE_URL=https://headscale.example.com
|
||||
|
||||
# Ports (not exposed publicly, but useful for internal reference)
|
||||
HEADSCALE_PORT=8080
|
||||
HEADSCALE_UI_PORT=9090
|
||||
TZ=America/Vancouver
|
||||
|
||||
Reference in New Issue
Block a user