Skip to content

Instantly share code, notes, and snippets.

@cosmic-cortex
Last active January 29, 2020 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmic-cortex/b7e8ff4f9c16944c189ea3075ba09366 to your computer and use it in GitHub Desktop.
Save cosmic-cortex/b7e8ff4f9c16944c189ea3075ba09366 to your computer and use it in GitHub Desktop.
docker-compose file for the FastAPI app
version: "3"
services:
fastapi-ml-quickstart:
build: .
ports:
- 8000:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment