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: