mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-24 17:47:43 +00:00
DX: increase max connection in postgres service
This commit is contained in:
parent
f5f4d8fcdd
commit
e6cab938c8
@ -11,6 +11,10 @@ cache:
|
|||||||
services:
|
services:
|
||||||
- name: postgis/postgis:14-3.3-alpine
|
- name: postgis/postgis:14-3.3-alpine
|
||||||
alias: db
|
alias: db
|
||||||
|
command:
|
||||||
|
- postgres
|
||||||
|
- "-c"
|
||||||
|
- max_connections=1000
|
||||||
- name: redis
|
- name: redis
|
||||||
alias: redis
|
alias: redis
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user