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: push:
branches: branches:
- main - main
- update-dependencies
jobs: jobs:
build-and-deploy: build-and-deploy:

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:17" image: "postgres:16"
ports: ports:
- "50001:5432" - "50001:5432"
networks: networks:

View File

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