datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
87 stars 12 forks source link

Always set POSTGRES_PASSWORD in docker-compose.yml #68

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

GitHub Actions always requires POSTGRES_PASSWORD be set in order to run a Postgres service. This isn't necessarily well-documented, but it tripped me up and was difficult to debug, so I think we should consider always setting POSTGRES_PASSWORD in the config file here.

Testing Instructions