Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inboard Docker project #74

Merged
merged 1 commit into from Mar 23, 2021
Merged

Add inboard Docker project #74

merged 1 commit into from Mar 23, 2021

Conversation

br3ndonland
Copy link
Contributor

What it is

inboard provides Docker images running Uvicorn and Gunicorn to power FastAPI apps.

Why it's awesome in general

  • Production ready

  • Actively maintained

  • 100% unit test coverage, with additional integration testing

  • Highly configurable, but with sensible defaults

  • Awesome logo:

    inboard logo PNG

Why it adds to what's already here

Compared with tiangolo/uvicorn-gunicorn-docker, which is already listed in awesome-fastapi, inboard has several advantages:

How to get started

docker pull ghcr.io/br3ndonland/inboard
docker run -d -p 80:80 ghcr.io/br3ndonland/inboard
http :80  # HTTPie: https://httpie.io/

Thanks for your consideration.

@mjhea0 mjhea0 merged commit ead17cc into mjhea0:master Mar 23, 2021
@br3ndonland br3ndonland deleted the inboard branch March 23, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants