vitorfs / colossus

Self-hosted email marketing solution
https://colossus.readthedocs.io
MIT License
503 stars 128 forks source link

Support running Colossus using Docker #28

Open abhas opened 5 years ago

abhas commented 5 years ago

I have added a Dockerfile to make it easy for someone to run Colossus via Docker. The container also packages rabbitmq-server for easy integration with Celery. A pre-compiled image exists as well.

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   63.47%   63.47%           
=======================================
  Files          70       70           
  Lines        3080     3080           
  Branches      278      278           
=======================================
  Hits         1955     1955           
  Misses       1097     1097           
  Partials       28       28

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6f567f9...23c3c73. Read the comment docs.

iliaster94 commented 2 years ago

I have added a Dockerfile to make it easy for someone to run Colossus via Docker. The container also packages rabbitmq-server for easy integration with Celery. A pre-compiled image exists as well.

Hi, I am doing the install and was wondering if you could walk me through a basic configuration of Colossus to connect to RabbitMQ? The ReadMe just says "configure Colossus to use RabbitMQ" and I'm not sure what to do.