You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose: allow to pass along postgres args via $POSTGRES_ARGS
and use defaults that follows 13.1 release recommandations:
`-c maintenance_work_mem=1GB -c max_parallel_maintenance_workers=4`
Also bump to latest postgres 11 tag.
Fix#1315.
0 commit comments