forked from DevOps/deploy.stack
up(dbSer): postgres
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user