12 lines
518 B
Bash
12 lines
518 B
Bash
# Public hostnames of the services PulseNode links to / monitors.
|
|||
|
|
# These are not secrets, but keeping them here (rather than hardcoded in
|
||
|
|
# config.yml) means the same config.yml works across environments.
|
||
|
|
TRAEFIK_HOST_CODE=code.example.com
|
||
|
|
TRAEFIK_HOST_COOLIFY=coolify.example.com
|
||
|
|
TRAEFIK_HOST_GITEA=git.example.com
|
||
|
|
TRAEFIK_HOST_HEADSCALE=headscale.example.com
|
||
|
|
TRAEFIK_HOST_IMMICH=photos.example.com
|
||
|
|
TRAEFIK_HOST_N8N=n8n.example.com
|
||
|
|
TRAEFIK_HOST_PASSBOLT=passbolt.example.com
|
||
|
|
TRAEFIK_HOST_UMAMI=analytics.example.com
|