Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/var/log/nuxeo/server.log
/var/lib/casebrowser/logs/casebrowser.log

Run DMS service container

Requirements to run:

  1. Docker socket must be mounted to the container
  2. 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.

...