forked from DevOps/deploy.stack
up(dbSer): mysql && postgres
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
image: ${IMAGE_TAG}
|
||||
container_name: prod-postgre
|
||||
restart: always
|
||||
shm_size: 128mb
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_HOST_AUTH_METHOD=${POSTGRES_HOST_AUTH_METHOD}
|
||||
|
||||
Reference in New Issue
Block a user