Compare commits

2 Commits

Author SHA1 Message Date
Florian THIERRY
f7304c3d22 Revert gitea action branch. 2025-12-30 17:44:26 +01:00
Florian THIERRY
46204dd276 Revert database update. 2025-12-30 17:44:08 +01:00
3 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- update-dependencies
jobs:
build-and-deploy:

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"