up(dbSer): mysql && postgres

This commit is contained in:
cnphpbb
2025-01-26 04:02:30 +08:00
parent 9f14c7b797
commit d2fd111edf
3 changed files with 10 additions and 7 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}