fix: add pgdata volume for persistence + fix seed path

This commit is contained in:
Forge
2026-03-19 01:11:51 +08:00
parent a1faa9cf3a
commit fe839cb6ae
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
"""Seed demo data for ServeSync"""
import sys
import os
sys.path.insert(0, '/app')
from sqlalchemy.orm import Session
from app.database import engine, SessionLocal