fixthestatusquo / archive-proca-backend

Backend for the ultimate petition/campaigning tool
GNU Affero General Public License v3.0
7 stars 2 forks source link

Provide a docker compose configuration for development #118

Open aaronelliotross opened 3 years ago

aaronelliotross commented 3 years ago

We should be able to configure a complete development environment using docker-compose:

PostgreSQL RabbitMQ (already dockerized) Phoenix dev server with a local directory mount

I think there are two main advantages:

aaronelliotross commented 3 years ago

There is a docker-compose.yml file in utils/ - but it looks like a template for production - is that right?