mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
removed sql model
This commit is contained in:
parent
6bb8b64f68
commit
e77ba858e9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Create Date: 2022-03-30 01:18:03.316575
|
|||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
import sqlmodel
|
||||
# import sqlmodel
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
|
|
|
@ -23,7 +23,7 @@ services:
|
|||
- felicity_db
|
||||
networks:
|
||||
- felicitynet
|
||||
command: bash -c "cd felicity_lims && ./felicity.sh"
|
||||
command: bash -c "cd felicity_lims && alembic upgrade head && gunicorn --workers 4 --bind 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker --reload felicity.main:flims"
|
||||
|
||||
felicity_db:
|
||||
container_name: felicity_db
|
||||
|
|
Loading…
Reference in a new issue