Agile-IoT / agile-stack

Develop with the agile IoT stack on real hardware
Eclipse Public License 2.0
7 stars 14 forks source link

.env file does not support variable substitution #38

Closed cskiraly closed 7 years ago

cskiraly commented 7 years ago

It seems docker-compose can't handle variable substitution in .env, thus DOCKER_HOST=tcp://$AGILE_HOST:2375 is not working.

koustabhdolui commented 7 years ago

Yes true, I also faced this issue yesterday.