chore: 更新镜像版本并移除敏感 env.cfg

- adminer 5.4.2 -> 6.0.1-fastcgi
- joplin 3.6.1 -> 3.7.2
- n8n 2.3.6/2.4.4 -> 2.39.4/2.4.4
- traefik v3.5.1 -> v3.7.13
- victoriametrics v1.126.0 -> v1.151.0
- postgres 16.15/18.6
- redis/valkey 镜像变量重命名并更新版本
- 删除误提交的 env.cfg 敏感文件
This commit is contained in:
cnphpbb
2026-09-12 17:07:11 +08:00
parent bf0a4a583f
commit 95e17779e8
17 changed files with 23 additions and 89 deletions
+2 -6
View File
@@ -13,17 +13,13 @@
# ============================================================
# 密码为生成的密码,请使用时修改后再部署
#IMAGE_TAG=postgres:14.11-bookworm
#IMAGE_TAG=postgres:15.6-bookworm
IMAGE_TAG=postgres:16.14
IMAGE_TAG=postgres:16.15
IMAGE_TAG_V17=postgres:17.10
IMAGE_TAG_V18=postgres:18.4
IMAGE_TAG_V18=postgres:18.6
IMAGE_TAG_V15=postgres:15.18
POSTGRES_PASSWORD=<your-strong-password>