From 5a192b85675dc9682f8f1f9514152f3d3ca444e2 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sun, 26 Jan 2025 04:07:28 +0800 Subject: [PATCH] up(dbSer): postgres --- dbSer/postgres/prod.stack.yml | 2 +- dbSer/postgres/test.stack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbSer/postgres/prod.stack.yml b/dbSer/postgres/prod.stack.yml index f4b2b35..efd3bde 100644 --- a/dbSer/postgres/prod.stack.yml +++ b/dbSer/postgres/prod.stack.yml @@ -5,7 +5,7 @@ services: postgres: image: ${IMAGE_TAG} - container_name: prod-postgre + container_name: prod-postgres restart: always shm_size: 256mb environment: diff --git a/dbSer/postgres/test.stack.yml b/dbSer/postgres/test.stack.yml index 1cf5a6b..a158126 100644 --- a/dbSer/postgres/test.stack.yml +++ b/dbSer/postgres/test.stack.yml @@ -5,7 +5,7 @@ services: postgres: image: ${IMAGE_TAG} - container_name: prod-postgre + container_name: test-postgres restart: always shm_size: 128mb environment: