reef-technologies / cookiecutter-rt-django

CookieCutter template for Django application projects with docker-compose etc.
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

Fix docker-compose.yml: escape $ #104

Closed vbaltrusaitis-reef closed 1 year ago

vbaltrusaitis-reef commented 1 year ago

INSTANCE_ID_SUBST is a variable name for docker-compose, not a variable name for Terraform, $ needs to be escaped here. This is done correctly in line 97.