We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
By using external instances of PostgreSQL and RabbitMQ multiple CSync instances can be used to handle higher workloads.
##External PostgreSQL
To use an external PostreSQL instance, pass along the following environment variable when starting a CSync docker container.
CSYNC_DB_STRING="jdbc:postgresql://[host]:[port]/[database]?user=[user]&password=[password]"
Check out the PostgreSQL documentation for additional configuration options.
##External RabbitMQ
To use an external RabbitMQ instance, pass along the following environment variable when starting a CSync docker container.
CSYNC_RABBITMQ_URI="amqp://[user]:[password]@[host]:[port]/[virtualhost]"
Check out the RabbitMQ documentation for additional configuration options.
Set up a local environment
Local Instance
Bluemix
Amazon Web Services
Create a base Docker image
Using external PostgreSQL and RabbitMQ
Server problems