DX: increase max connection in postgres service

This commit is contained in:
Julien Fastré 2023-11-15 13:41:35 +01:00
parent f5f4d8fcdd
commit e6cab938c8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -11,6 +11,10 @@ cache:
services:
- name: postgis/postgis:14-3.3-alpine
alias: db
command:
- postgres
- "-c"
- max_connections=1000
- name: redis
alias: redis