Purpose: Set up a static webpage and server to host tasks for images
- Flask web server
- CouchDB json document store (Persistence)
- Our MonaiLabel
See docker-compose.yml
Create an environment variables file. Do not check .env
into git.
cp .env_sample .env
Start:
./start.sh
Stop:
./stop.sh