diff --git a/docker-compose.yml b/docker-compose.yml index 89582e5c9..f4580b462 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,8 @@ services: postgres: # TODO: Enable pgaudit on dev instance. See https://github.com/pgaudit/pgaudit/issues/44#issuecomment-455090262 image: postgres:17 - command: ["postgres", "-c", "wal_level=logical"] + command: + ["postgres", "-c", "wal_level=logical", "-c", "max_connections=200"] volumes: - postgres-data:/var/lib/postgresql/data environment: