chore: sync homelab ops, identity, and monitoring docs
This commit is contained in:
16
infrastructure/hawser-nomad/.env.example
Normal file
16
infrastructure/hawser-nomad/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
TZ=America/Chicago
|
||||
|
||||
# Hawser listener for Dockhand Standard mode
|
||||
HAWSER_PORT=2376
|
||||
HAWSER_BIND_ADDRESS=0.0.0.0
|
||||
HAWSER_TOKEN=CHANGE_ME
|
||||
HAWSER_AGENT_NAME=nomad
|
||||
HAWSER_LOG_LEVEL=info
|
||||
|
||||
# Keep the stack path identical inside and outside the container so Dockhand
|
||||
# can deploy stacks that use relative bind mounts.
|
||||
STACKS_DIR=/opt/hawser-nomad/stacks
|
||||
|
||||
# Set to any non-empty value to skip disk-usage collection if NOMAD's mounts
|
||||
# make df collection too noisy or slow.
|
||||
SKIP_DF_COLLECTION=
|
||||
Reference in New Issue
Block a user