A simple WORKING docker setup for polr.
Also consists of a docker-compose to get polr running locally in a single step: docker-compose up
Default username: polr
Default password: polr
Default api key: 7789835af06daaf863bcdce26e75fe
- Overwrite
/src/.env
in the container for fine grained control or - Pass environment variables to the docker container while starting it (This doesn't seem to be working currently. https://blog.doismellburning.co.uk/environment-variables-in-nginx-config/)
For more detailed docs, refer to the original fork: https://github.com/cydrobolt/polr
This repository is based on good work done https://github.com/sahil87/polr to dockerize the polr project (https://github.com/cydrobolt/polr).
Update 4/18: I have pulled the latest fixes from the home polr repository https://github.com/cydrobolt/polr and have merged it here.