API + WS Docker for Retrogile
6.5K
Agile Retrospective Management Tool
The version provided is currently in development and may have missing features or even operational issues. If you encounter any problems, please report them here.
docker run -d --restart=always -p "0.0.0.0:8008:8008" -v ./board:/mnt/retrogile/board -m=512m --cpus=1 --name retrogile anoniji/retrogile:latest
| Variable | Default | Description |
|---|---|---|
DEBUG | false | Container debugging |
SERVICEHOST | 0.0.0.0 | Host address to bind the server to |
SERVICEPORT | 8008 | HTTP/WS port the server listens on |
UVICORN_WORKERS | 1 | Number of worker processes for Uvicorn |
UVICORN_LIMIT_CONCURRENCY | 1000 | Max concurrent connections per worker |
UVICORN_LIMIT_MAX_REQUESTS | 10000 | Max requests per worker before worker restart |
Content type
Image
Digest
sha256:1777d7679…
Size
33.5 MB
Last updated
2 months ago
docker pull anoniji/retrogile