Skip to content

Docker compose repository: production-ready with auto-update

edited January 10 in Contributions

I took a moment to update my old (Ubuntu 16 LTS 🤭) server and figures I'd do it right.

This is a docker-compose setup that spins up:

  1. A sendy container (Apache + PHP)
  2. A Mysql container
  3. An nginx reverse proxy container that supplies free TLS/SSL certificates (and security features)

The setup downloads the latest sendy version, so it should always be up to data.

Request for @Ben: this repo depends on the https://sendy.co/download/?license=XXX format, so I hope that you will keep this format alive.

Repository link: https://github.com/actuallymentor/sendy-docker-compose

Instructions are in there, but in essence all you need to do is change the .env file and run a bash script (or manually run the commands if you want to know exactly what happens).

This discussion has been closed.