Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 874 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 874 Bytes

jncep_docker

Instructions: Build image using build file, image will likely go into wherever local image host is on your docker install. Reference that in your image pull for the docker-compose.yml file add relevant env variables and adjust host side of volume mounts in file. use dockercompose to deploy.

Setup cron jobs like these to have it auto-check the jnc servers for updates each hour. Change the part after "docker exec" from "jncep" to whatever you might have named the container, if you altered it.

#run jnc pre-pub update script every hour

1 */1 * * * docker exec jncep bash /scripts/jncep/jnc-update.sh

Credits

Credit to precurejunkie and gvellut for making the initial scripts which are used in this as well as the origional creator of JNCEP.

https://gist.github.com/precurejunkie/cdceefab4118ca79ce48744bf8d68ec5

https://github.com/gvellut/jncep