...
Code Block |
---|
/var/log/nuxeo/server.log /var/lib/casebrowser/logs/casebrowser.log |
Run DMS service container
Requirements to run:
- Docker socket must be mounted to the container
- HOSTNAME variable must be provided (will be used in generated email messages)
Code Block |
---|
docker run -e HOSTNAME='nux5.priv.practiceinsight.io' -d -v /var/run/docker.sock:/var/run/docker.sock --name service practiceinsight/dms_service |
This image contains 3 scripts: restart, cleanup and health check.
Clean up cron job
The clean up cron job should be added to the cron on host of container.
...