Show actionable items from an Actionables service in the Browser.
Configuration is done using environment variables:
PORT
: Target port when used with docker-compose (default8080
)ACTIONABLES_URL
URL to the actionables collector service, e.g. Redmine Actionables
docker run --rm -it \
-p 8080:8080 \
-e ACTIONABLES_URL="<service url>" \
mrtux/actionables-web
To run with docker-compose copy .env.template
to .env
and edit the necessary variables. Then start with:
docker-compose up --build
Please note that this compose file will rebuild the image based on the repository. This is helpful during development and not intended for production use.
When done, please don't forget to remove the deployment with
docker-compose down
- Stefan Haun (@penguineer)
PRs are welcome!
If possible, please stick to the following guidelines:
- Keep PRs reasonably small and their scope limited to a feature or module within the code.
- If a large change is planned, it is best to open a feature request issue first, then link subsequent PRs to this issue, so that the PRs move the code towards the intended feature.
MIT © 2020-2023 Stefan Haun and contributors