Template for building FastAPI Asynchronous applications with PostgreSQL
1.5K
```
docker run --name postgres -e POSTGRES_PASSWORD=darix POSTGRES_USER=darix POSTGRES_DB=darix -d postgres
```
docker run -it -p 8000:8000 darixsamani/fastapipostgresql
0.0.0.0:8000.docker service create --name fastapipostgresql --publish published=8000,target=8000 darixsamani/fastapipostgresql
Content type
Image
Digest
sha256:f8290aa7e…
Size
458.1 MB
Last updated
11 months ago
docker pull darixsamani/fastapipostgresql:c844dee