This image provides a cron daemon that runs daily backups from rabbitmq to Amazon S3.
Following ENV variables must be specified:
RABBITMQ_ERLANG_COOKIEcontains the secret connection string for rabbitmqctl remote management (both RabbitMQ containers should have the same cookie string set)RABBITMQ_HOSTNAMEcontains the hostname (also referred as "Node name") string for rabbitmqctl remote management (option -n)S3_URLcontains address in S3 where to store backupsbucket-name/directoryS3_ACCESS_KEYS3_SECRET_KEYCRON_SCHEDULEcron schedule string, default '0 2 * * *'