datamade / how-to

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

Template containerization artifacts for local development #41

Closed hancush closed 4 years ago

hancush commented 5 years ago

Documentation request

We've arrived at a functional setup for local development with containers. Let's template a Python development environment with an optional Postgres/Postgis service:

Postgis requires a few extra packages in the application image (see committee-oversight) – might be a good idea to conditionally install them in the templated Dockerfile, since we use it quite frequently.

jeancochrane commented 4 years ago

https://github.com/datamade/how-to/pull/47 is up and almost done, just needs another round of review feedback.