Feat: first implementation of postgres db for backend
All checks were successful
CI / build (push) Successful in 13s

This commit is contained in:
Théo Le Lez
2025-02-11 00:08:53 +01:00
parent c32eea8a40
commit 36e4967394
28 changed files with 1205 additions and 3 deletions

View File

@ -2,8 +2,8 @@ services:
postgres:
image: postgres:latest
container_name: MyINPulse-DB
#ports:
# - 5432:5432
ports:
- 5432:5432
volumes:
- ./postgres:/var/lib/postgresql/data
environment: