Improvements to the compose file examples, using variables

This commit is contained in:
pidster
2016-03-08 17:06:13 +00:00
parent 911eac2e26
commit 7e51862b32
3 changed files with 7 additions and 5 deletions

View File

@@ -11,4 +11,4 @@ probe:
- "--probe.docker"
- "true"
- "--service-token"
- "MY_SCOPE_SERVICE_TOKEN"
- "${SCOPE_SERVICE_TOKEN}"

View File

@@ -13,4 +13,4 @@ services:
- "--probe.docker"
- "true"
- "--service-token"
- "MY_SCOPE_SERVICE_TOKEN"
- "${SCOPE_SERVICE_TOKEN}"