installed minIO and added Endpoints for creating posts and retrieving a post with the ID

This commit is contained in:
Kai Ritthaler 2025-05-23 21:52:20 +02:00 committed by Rudi Regentonne
parent 38e796ca22
commit ece95c7130
12 changed files with 962 additions and 71 deletions

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:15
image: postgres:17
container_name: postgres-DB
ports:
- "5432:5432"