17 lines
482 B
Plaintext
17 lines
482 B
Plaintext
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=
|