added max_connection
This commit is contained in:
@ -11,6 +11,8 @@ services:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASS=${POSTGRES_PASS}
|
||||
- POSTGRES_DBNAME=${POSTGRES_DBNAME}
|
||||
- POSTGRES_MAX_CONNECTIONS=200
|
||||
|
||||
restart: "on-failure"
|
||||
networks:
|
||||
- rog-api
|
||||
|
||||
Reference in New Issue
Block a user