From edfe88e0869c3147b34d270c388da819e427d7f4 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 13 Jun 2026 03:49:07 +0800 Subject: [PATCH] =?UTF-8?q?docs(joplin):=20=E6=B7=BB=E5=8A=A0=20amd.env.cf?= =?UTF-8?q?g.example=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- joplin/amd.env.cfg.example | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 joplin/amd.env.cfg.example diff --git a/joplin/amd.env.cfg.example b/joplin/amd.env.cfg.example new file mode 100644 index 0000000..a78fcf4 --- /dev/null +++ b/joplin/amd.env.cfg.example @@ -0,0 +1,32 @@ +# ============================================================ +# joplin 部署 — amd64 专用环境变量模板(不含敏感信息) +# 复制为 amd.env.cfg 后填入真实值,amd.env.cfg 已被 .gitignore 忽略 +# ============================================================ +# +# 使用方式: +# cp amd.env.cfg.example amd.env.cfg +# $EDITOR amd.env.cfg # 填入真实密码后保存 +# docker compose -p joplin --env-file ./joplin/amd.env.cfg -f ./joplin/compose.yml up -d +# +# ============================================================ +# ⚠️ 敏感值(必填,amd.env.cfg 不提交) +# ============================================================ +IMAGE_TAG=joplin/server:3.6.1 + +# only amd64 + +#IMAGE_TAG=joplin/server:2.14.2-beta + +## 实际部署时需要考虑APP_BASE_URL变量值 + +APP_BASE_URL=https://joplin.6t7.net + +POSTGRES_USER=postgres + +POSTGRES_PASSWORD= + +POSTGRES_DATABASE=joplin-db + +POSTGRES_PORT=5432 + +POSTGRES_HOST=10.0.74.3