added max_connection

This commit is contained in:
Mohamed Nouffer
2023-05-03 16:12:53 +05:30
parent 7f14ef0b19
commit b5ad16e281
4 changed files with 36 additions and 5 deletions

View File

@ -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