Hi
I have been trying the examples and I found some things that didn't work:
1- The command apply npm install didn't work I had to execute npm install in every service folder.
2- All the examples that have a service called webapp in the fuge.yml file the command to run this service run: npm start didn't work I had to change it to run: .bin/www.js
3- In the example using-docker-compose the auditservice didn't start. I suposse that in this case it would have to run as a container but it looks that try to run as a process. Am I Right?
4- I don't understand why MongoDB is managed by fuge in the example using-docker-compose and not manage in the services-and-infrastructure when in both cases the docker-compose.yml file is in the fuge.yml. Where is the difference?
I understand that in both cases there is a docker-compose.yml reference in the fuge,yml, so Fuge makes an docker-compose up automatically running the containers and therefore managing them.
Thanks
Hi
I have been trying the examples and I found some things that didn't work:
1- The command apply npm install didn't work I had to execute npm install in every service folder.
2- All the examples that have a service called webapp in the fuge.yml file the command to run this service run: npm start didn't work I had to change it to run: .bin/www.js
3- In the example using-docker-compose the auditservice didn't start. I suposse that in this case it would have to run as a container but it looks that try to run as a process. Am I Right?
4- I don't understand why MongoDB is managed by fuge in the example using-docker-compose and not manage in the services-and-infrastructure when in both cases the docker-compose.yml file is in the fuge.yml. Where is the difference?
I understand that in both cases there is a docker-compose.yml reference in the fuge,yml, so Fuge makes an docker-compose up automatically running the containers and therefore managing them.
Thanks