Models and schemas for users and auth tokens
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: 'neon-vertigo-api'
|
||||
services:
|
||||
db:
|
||||
image: "postgres:18"
|
||||
env_file:
|
||||
- db.env
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user