blob: 6d1e7c4328cab4fe008eaf9e0aba919124fab6ab (
plain)
1
2
3
|
# 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=your_secret_token_here
|