up(dbSer): postgres

This commit is contained in:
cnphpbb 2025-01-26 04:07:28 +08:00
parent d860760bfc
commit 1624f72af6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
postgres: postgres:
image: ${IMAGE_TAG} image: ${IMAGE_TAG}
container_name: prod-postgre container_name: prod-postgres
restart: always restart: always
shm_size: 256mb shm_size: 256mb
environment: environment:

View File

@ -5,7 +5,7 @@ services:
postgres: postgres:
image: ${IMAGE_TAG} image: ${IMAGE_TAG}
container_name: prod-postgre container_name: test-postgres
restart: always restart: always
shm_size: 128mb shm_size: 128mb
environment: environment: