Revert database update.

This commit is contained in:
Florian THIERRY
2025-12-30 17:44:08 +01:00
parent ea3ac62e8c
commit 46204dd276
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
services:
codiki-database:
image: "postgres:17"
image: "postgres:16"
container_name: "codiki-database"
ports:
- "50010:5432"