spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.89k stars 1.04k forks source link

docker-compose #1593

Open cl-consulting opened 2 years ago

cl-consulting commented 2 years ago

Hello, This project looks very good. I don’t know Ansible, we use docker-compose on ours infrastructures. We would like to try Matrix & Jitsi, to begin with, but from a docker-compound in order to be able to isolate it, in case of problem with the existing containers. Is this possible? We already have used containers: Nginx, Postgres, etc... Thank you and congratulations again for this wonderful integration work.

spantaleev commented 2 years ago

No, we don't use docker-compose in this project. You can search our issues for a hacky workaround (generating docker-compose.yml from systemd .service files), but I doubt that will work well.