For a side project, I used docker-compose to make a Python+Geodjango+venv, vue, Postgis dev environment and all the action happens within containers. I did so because my Django stack needed OS level packages.
So can I use this instead of Docker for get a nested (without container) OS with native packages and Postgis (which needs port 5432 and a /var dir)?
So can I use this instead of Docker for get a nested (without container) OS with native packages and Postgis (which needs port 5432 and a /var dir)?
The docker file: https://github.com/aitchnyu/nayan/blob/main/Dockerfile#L11