alextselegidis / easyappointments-docker

📅 Docker Official Image packaging for Easy!Appointments
https://developers.easyappointments.org
24 stars 15 forks source link

Docker compose on default #6

Closed paoloConcolato closed 9 months ago

paoloConcolato commented 9 months ago

I simply add compose as default and update readme to make the setup easier.

alextselegidis commented 9 months ago

Hello!

Thanks for this PR.

This repo is meant to be used as a staging env for the official docker image of E!A.

Can you elaborate on why the docker compose file might be useful?

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

paoloConcolato commented 9 months ago

Hi, because If I want to start from scratch with E!A, I can launch both files and db. So I'll have two containers, instead of care about having a separate instance dedicated for the database. If I misunderstood the scope, sorry

alextselegidis commented 9 months ago

Hello! Thanks for getting back to me.

I think for starting from scratch you can use the docker compose config that exists in the original repo, that already has those things preconfigured

https://github.com/alextselegidis/easyappointments/blob/develop/docker-compose.yml

I'll therefore close this one

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!