<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Https on Zayn's Blog</title><link>https://blog.treesir.pub/tags/https/</link><description>Recent content in Https on Zayn's Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>yangzun@treesir.pub (Zayn)</managingEditor><webMaster>yangzun@treesir.pub (Zayn)</webMaster><copyright>2021-2026 Zayn</copyright><lastBuildDate>Thu, 10 Jun 2021 09:51:36 +0800</lastBuildDate><atom:link href="https://blog.treesir.pub/tags/https/index.xml" rel="self" type="application/rss+xml"/><item><title>使用 Docker Compose 部署 Nexus3 Docker 私服并配置 Traefik 代理</title><link>https://blog.treesir.pub/posts/nexus-use-traefik-proxy/</link><pubDate>Thu, 10 Jun 2021 09:51:36 +0800</pubDate><author>yangzun@treesir.pub (Zayn)</author><guid>https://blog.treesir.pub/posts/nexus-use-traefik-proxy/</guid><description>&lt;h2 class="relative group">环境说明
&lt;div id="环境说明" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e7%8e%af%e5%a2%83%e8%af%b4%e6%98%8e" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;h2 class="relative group">软件版本
&lt;div id="软件版本" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e8%bd%af%e4%bb%b6%e7%89%88%e6%9c%ac" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>操作系统：CentOS 7.9.2009&lt;/li>
&lt;li>Docker 版本：20.10.7&lt;/li>
&lt;li>Docker Compose 版本：1.18.0&lt;/li>
&lt;li>Mkcert 版本：v1.4.3&lt;/li>
&lt;/ul>
&lt;h2 class="relative group">端口规划
&lt;div id="端口规划" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#%e7%ab%af%e5%8f%a3%e8%a7%84%e5%88%92" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;h3 class="relative group">Nexus 私服端口规划
&lt;div id="nexus-私服端口规划" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#nexus-%e7%a7%81%e6%9c%8d%e7%ab%af%e5%8f%a3%e8%a7%84%e5%88%92" aria-label="锚点">#&lt;/a>
&lt;/span>
&lt;/h3>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>私服名称&lt;/th>
&lt;th>私服作用&lt;/th>
&lt;th>私服类型&lt;/th>
&lt;th>私服端口&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>docker-custom&lt;/td>
&lt;td>存放自定义 push 的镜像，与项目环境无关&lt;/td>
&lt;td>hosted&lt;/td>
&lt;td>8086&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>idocker.io&lt;/td>
&lt;td>代理仓库和 custom 仓库的集合&lt;/td>
&lt;td>group&lt;/td>
&lt;td>8082&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>docker-dev&lt;/td>
&lt;td>存放项目 dev 环境镜像&lt;/td>
&lt;td>hosted&lt;/td>
&lt;td>8083&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>docker-qa&lt;/td>
&lt;td>存放项目 qa 环境镜像&lt;/td>
&lt;td>hosted&lt;/td>
&lt;td>8084&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>docker-prod&lt;/td>
&lt;td>存放项目 prod 环境镜像&lt;/td>
&lt;td>hosted&lt;/td>
&lt;td>8085&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;blockquote>
&lt;p>除了上述 Docker 私服端口外，还有 Nexus3 管理面板端口 8081&lt;/p></description></item></channel></rss>