This repository contains schedulers for eclaim
You can either use this script as is, build a docker image out of this with the supplied docker file, or use a ready-made docker image, available in docker hub.
You can run individual script, or as a ready script start.sh. However start.sh will only run the script once a day. You may edit the file to your liking if you don't agree with the setting.
Assuming you have docker installed and running in your machine, building the docker image is as easy as docker build -t eclaim-scheduler . in the project directory.
The assumption is still you have docker installed & running in your machine. You may run the container by running:
docker run -d --name eclaim-scheduler zencomputersystems\eclaim-scheduler
The script reads settings from mail.config.json. You may edit the file directly.
You are required to set the following environment variables:
| Variable | Default |
|---|---|
| SENDGRID_API_KEY | No default. Required |
| SENDER_EMAIL | No default. Required |
| TENANT_GUID | No default. Required |
| API_URL | No default. Required |
| API_KEY | No default. Required |
You may set environment variable for some parameters, and leave others in mail.config.json. It's up to you.
You can pass in docker CLI, like this:
docker run -d --name eclaim-scheduler -e SMTP_SERVER smtpserver.localhost.localdomain -e SMTP_PORT 25 zencomputersystems\eclaim-scheduler
Content type
Image
Digest
sha256:d63fa247b…
Size
79.6 MB
Last updated
4 months ago
docker pull zencomputersystems/eclaim-scheduler