I have a 3 different repository and I have cloned all repos in the same instance.
All of them are working differently like backend will contain RestAPIs, data-service will contain all the celery schedulers and socket-service will maintain connection between other 2 repos.
I wanted to deploy the project into the same aws instance and also I wanted to run postgres in the same instance.
Is it possible to run all the projects with single docker-compose file and if possible please provide me the way for it.
I’m expecting solution with single docker-compose file for all the project or else I will prefer solution with multiple docker-compose file, but it should run with the single command.
Post a Comment