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 -2
View File
@@ -3,11 +3,11 @@
# Run:: docker compose -p redis --env-file ./dbSer/redis/env.cfg -f ./dbSer/redis/redis.stack.yml up -d
services:
redis:
image: ${IMAGE_TAG_REDISV8}
image: ${IMAGE_TAG_REDIS_LATEST}
restart: always
ports:
- '6379:6379'
command: redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}
command: redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}
volumes:
- '${Volumes_Path}/redis_data:/data'
- /etc/timezone:/etc/timezone:ro