mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 02:06:47 +00:00
4 lines
205 B
Bash
4 lines
205 B
Bash
# Variables defined here will be available to use anywhere in the config with the syntax ${MY_SECRET_TOKEN}
|
|
# Note: making changes to this file requires re-running docker compose up
|
|
MY_SECRET_TOKEN=123456
|