added docker and docker-compose
Closes #26
Application can be run in docker by using the command
docker-compose up
Signed-off-by: [email protected] [email protected]
@kmjayadeep Have you tried running the project with the attached docker-compose? Looks like you haven't gone through the project and added the docker-compose file.
@kmjayadeep Have you tried running the project with the attached docker-compose? Looks like you haven't gone through the project and added the docker-compose file.
Yes I have. Application is running fine inside docker. Actually, it didn't work properly outside docker as I have some issues with php installation. May I know what the problem is?
@kmjayadeep There is one more service that runs along with db and php server and that service is responsible for sending/receiving messages, Please add that service in the docker-compose and try to check whether it is working or not. The main idea of using supervisor is because of running both the services together
Totally missed that! I will check again. Sorry I'm no expert in php
@kmjayadeep No problem, if you need any help, ping me :)
@ankitjain28may Added socket service. Please give a try.