init benchmarks

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2024-04-05 05:32:40 +02:00
parent 2e0907af1e
commit a7cb808cad
9 changed files with 144 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
postgresql:
container_name: postgres
image: docker.io/library/postgres:16
command: "-c max_connections=500"
volumes:
- db-data:/var/lib/postgresql/data
environment: