Consolidate Docker deployment into a single PaperJet container
This commit is contained in:
parent
db9e2ca51b
commit
65abb5154e
13 changed files with 290 additions and 151 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
from logging.config import fileConfig
|
||||
|
||||
from alembic import context
|
||||
from sqlalchemy import engine_from_config, pool
|
||||
|
||||
from alembic import context
|
||||
from app.db import Base
|
||||
from app.models import * # noqa: F401, F403 — ensure all models are imported
|
||||
from app.models import * # noqa: F403 — ensure all models are imported
|
||||
|
||||
config = context.config
|
||||
if config.config_file_name is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue