Skip to content

A simple FastAPI app for local contained storage of data via sqlite.

License

Notifications You must be signed in to change notification settings

eric-forte-elastic/containment-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

containment-container

A simple FastAPI app for local contained storage of BLOB data via sqlite.

Usage

  • To build:

    docker build -t containment-container .

  • To run (change port as desired):

    docker run -p 80:80 containment-container:latest

About

A simple FastAPI app for local contained storage of data via sqlite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published