Hacker News new | past | comments | ask | show | jobs | submit login
Devbox 0.4.3: Powered by Nix Flakes (jetpack.io)
17 points by jljljl on March 13, 2023 | hide | past | favorite | 1 comment



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)?

The docker file: https://github.com/aitchnyu/nayan/blob/main/Dockerfile#L11




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: