feat: added users db, login, register, logout

This commit is contained in:
2023-09-19 13:39:59 +01:00
parent b22d64a568
commit f2bf34b931
15 changed files with 586 additions and 50 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.1'
services:
db:
image: docker.andr3h3nriqu3s.com/services/postgres
restart: always
environment:
POSTGRES_PASSWORD: verysafepassword
ports:
- "5432:5432"