up(dbSer): postgres
This commit is contained in:
parent
d860760bfc
commit
1624f72af6
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user