added max_connection600
This commit is contained in:
@ -7,11 +7,12 @@ services:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql
|
||||
- ./custom-postgresql.conf:/etc/postgresql/12/main/postgresql.conf
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASS=${POSTGRES_PASS}
|
||||
- POSTGRES_DBNAME=${POSTGRES_DBNAME}
|
||||
- POSTGRES_MAX_CONNECTIONS=200
|
||||
- POSTGRES_MAX_CONNECTIONS=600
|
||||
|
||||
restart: "on-failure"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user