https://github.com/null-none/docker-fastapi
A simple example of using Fast API in Python.
https://github.com/null-none/docker-fastapi
docker docker-compose fastapi python
Last synced: 5 months ago
JSON representation
A simple example of using Fast API in Python.
- Host: GitHub
- URL: https://github.com/null-none/docker-fastapi
- Owner: null-none
- License: mit
- Created: 2024-09-08T20:40:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T22:17:39.000Z (about 1 year ago)
- Last Synced: 2026-01-15T12:15:56.074Z (6 months ago)
- Topics: docker, docker-compose, fastapi, python
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-fastapi
A simple example of using Fast API in Python.
## Run with docker
### Run server
```
docker-compose up -d --build
```
### Run server
```
docker-compose exec db psql --username=fastapi --dbname=fastapi_dev
```