Models and schemas for users and auth tokens

This commit is contained in:
2026-07-09 16:12:09 +03:00
parent ef0d281dcb
commit e06c53a9ff
9 changed files with 105 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
name: 'neon-vertigo-api'
services:
db:
image: "postgres:18"
env_file:
- db.env
ports:
- "5432:5432"