Files
deploy.stack/dbSer/postgres/env.cfg
cnphpbb eca6eef6ca refactor(db): 重构数据库配置文件和服务定义
将redis相关配置文件从base目录移动到dbSer目录
更新mysql和postgres的镜像版本及默认密码
新增redis和valkey的docker-compose配置文件
2025-08-15 14:27:05 +08:00

8 lines
287 B
INI

# 密码为生成的密码,请使用时修改后再部署
#IMAGE_TAG=postgres:14.11-bookworm
#IMAGE_TAG=postgres:15.6-bookworm
IMAGE_TAG=postgres:16.10
IMAGE_TAG_V17=postgres:17.6
IMAGE_TAG_V15=postgres:15.14
POSTGRES_PASSWORD=AGC4eGx2aq8rSiZXBP
POSTGRES_HOST_AUTH_METHOD=scram-sha-256