Skip to content

backend: api + db with docker-compose

Compare
Choose a tag to compare
@maxmin93 maxmin93 released this 26 Sep 14:10
· 19 commits to main since this release

backend: api + db with docker-compose

  • api service

    • python:3.9-slim
    • fastapi
    • sqlmodel
    • psycopg2-binary
  • db service

    • postgres:14