🚧 Starts rework of database

This commit is contained in:
Daniel Svitan
2025-05-11 12:48:41 +02:00
parent 42544a2478
commit aa3e82010f
7 changed files with 105 additions and 75 deletions

14
backend/compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.3"
services:
postgres:
image: postgres:17
restart: on-failure
environment:
POSTGRES_USER: "user"
POSTGRES_PASSWORD: "password"
POSTGRES_DB: "db"
ports:
- "5432:5432"