Switch from maven to gradle.

This commit is contained in:
Florian THIERRY
2025-09-17 14:23:09 +02:00
parent 03dd52de71
commit 55d6a6328f
18 changed files with 469 additions and 367 deletions

View File

@@ -3,7 +3,7 @@ version: '3.9'
services:
codiki-database:
container_name: "codiki-database"
image: "postgres:16"
image: "postgres:17"
ports:
- "50001:5432"
networks: