3KeyCompany / CZERTAINLY-Scheduler

CZERTAINLY - scheduler of activities and tasks

Home Page:https://www.czertainly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CZERTAINLY Scheduler

This repository is part of the commercial open-source project CZERTAINLY. You can find more information about the project at CZERTAINLY repository, including the contribution guide.

Database requirements

Scheduler requires the PostgreSQL database to store the data.

Docker container

Scheudler is provided as a Docker container. Use the harbor.3key.company/czertainly/czertainly-scheduler:tagname to pull the required image from the repository. It can be configured using the following environment variables:

Variable Description Required Default value
JDBC_URL JDBC URL for database access N/A
JDBC_USERNAME Username to access the database N/A
JDBC_PASSWORD Password to access the database N/A
DB_SCHEMA Database schema to use scheduler
PORT Port where the service is exposed 8080
JAVA_OPTS Customize Java system properties for running application N/A
RABBITMQ_HOST Host to access RabbitMQ service N/A
RABBITMQ_PORT AMQP port where the RabbitMQ service is exposed 5672
RABBITMQ_USERNAME Username to access RabbitMQ service N/A
RABBITMQ_PASSWORD Password to access RabbitMQ service N/A
RABBITMQ_VHOST Virtual host to access RabbitMQ service czertainly

About

CZERTAINLY - scheduler of activities and tasks

https://www.czertainly.com

License:MIT License


Languages

Language:Java 92.2%Language:Dockerfile 3.9%Language:Shell 3.9%