TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Devbox 0.4.3: Powered by Nix Flakes

17 点作者 jljljl大约 2 年前

1 comment

aitchnyu大约 2 年前
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.<p>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 &#x2F;var dir)?<p>The docker file: <a href="https:&#x2F;&#x2F;github.com&#x2F;aitchnyu&#x2F;nayan&#x2F;blob&#x2F;main&#x2F;Dockerfile#L11">https:&#x2F;&#x2F;github.com&#x2F;aitchnyu&#x2F;nayan&#x2F;blob&#x2F;main&#x2F;Dockerfile#L11</a>