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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Docker-Compose for Django and React with Nginx Reverse-Proxy and Let's Encrypt

3 点作者 pplonski86超过 4 年前

1 comment

sdwolfz超过 4 年前
If you want to hack up a quick setup, you could use: <a href="https:&#x2F;&#x2F;github.com&#x2F;nginx-proxy&#x2F;nginx-proxy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nginx-proxy&#x2F;nginx-proxy</a><p>I&#x27;ve used it for local development setups and deployed internal apps using it, so no FAANG scale traffic, but it&#x27;s quite simple to drop it in and then manage routing traffic using the `VIRTUAL_HOST` env variable on your containers. It supports custom configration if you mount a file in the right location. Also it has automatic letsencrypt with: <a href="https:&#x2F;&#x2F;github.com&#x2F;nginx-proxy&#x2F;docker-letsencrypt-nginx-proxy-companion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nginx-proxy&#x2F;docker-letsencrypt-nginx-prox...</a>.