jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
878 stars 142 forks source link

make run-pgadmin fails to run. #75

Closed webdagger closed 11 months ago

webdagger commented 1 year ago

As documented here https://github.com/pgadmin-org/pgadmin4/issues/6475#issue-1766299018. Trying to run make run-pgadmin raises an error. I was able to circumvent the issue by disabling ` environment:

PGADMIN_CONFIG_SERVER_MODE: 0

  # PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: 0

make load-server-pgadmin raises another error related to flask. I circumvented this by adding my network in docker-compose.yml to pdadmin.yml

jonra1993 commented 12 months ago

Hello @webdagger thanks for reporting this issue. I have solved it in this commit https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/commit/d5a3e66215964ed8bfc22fffde6392cb9d27ddce please check it.