feat: add database schema

This commit is contained in:
2026-02-23 22:36:07 +00:00
parent dc919681fd
commit 29a4e5bb22
2 changed files with 9 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- ./db/postgres_vol:/var/lib/postgresql/data
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
volumes:
postgres_data: