Files
deploy.stack/dbSer/postgres/env.cfg
T

9 lines
315 B
INI
Raw Normal View History

# 密码为生成的密码,请使用时修改后再部署
2024-03-05 08:52:26 +08:00
#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_V18=postgres:18.0
IMAGE_TAG_V15=postgres:15.14
POSTGRES_PASSWORD=AGC4eGx2aq8rSiZXBP
2024-03-05 10:22:33 +08:00
POSTGRES_HOST_AUTH_METHOD=scram-sha-256