Add semrack index postgresql
All checks were successful
Maven build / build (push) Successful in 3m17s

This commit is contained in:
Guillaume Dugas
2025-11-19 23:31:18 +01:00
parent de339f9554
commit 03b1e0851b
62 changed files with 1301 additions and 318 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
postgres:
image: postgres
environment:
POSTGRES_PASSWORD: postgres
ports:
- "18432:5432"
volumes:
- pgdata:/var/lib/postgres
volumes:
pgdata: