moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

AMQP as transporter creates a docker-compose file with wrong naming #12

Closed DBProductions closed 6 years ago

DBProductions commented 6 years ago

After creating a new project and with AMQP as transporter selected, the docker-compose up command fails with the following error.

ERROR: Service 'greeter' depends on service 'amqp' which is undefined.

Renaming amqp with rabbit in the docker-compose file let it work.

icebob commented 6 years ago

Thanks, fixed