forked from DevOps/deploy.stack
将redis相关配置文件从base目录移动到dbSer目录 更新mysql和postgres的镜像版本及默认密码 新增redis和valkey的docker-compose配置文件
8 lines
287 B
INI
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 |