up(dbSer): mysql && postgres

This commit is contained in:
cnphpbb
2025-01-26 04:02:30 +08:00
parent ae13fec097
commit d860760bfc
5 changed files with 17 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ services:
image: ${IMAGE_TAG}
container_name: prod-postgre
restart: always
shm_size: 128mb
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_HOST_AUTH_METHOD=${POSTGRES_HOST_AUTH_METHOD}