fix: docker alembic

This commit is contained in:
Leon
2025-07-17 19:31:36 +02:00
parent 8f3634d0dc
commit fe55a49f8d
6 changed files with 35 additions and 118 deletions

View File

@@ -84,7 +84,7 @@ path_separator = os
# database URL. This is consumed by the user-maintained env.py script only.
# other means of configuring database URLs may be customized within the env.py
# file.
sqlalchemy.url = sqlite:////data/letterfeed.db
sqlalchemy.url =
[post_write_hooks]