Try fix database update.
Some checks failed
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled

This commit is contained in:
Florian THIERRY
2025-12-30 17:38:14 +01:00
parent b28625376e
commit ea3ac62e8c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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