nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

beat service is missing from docker-compose.mysql.yml #199

Open gsnider2195 opened 2 days ago

gsnider2195 commented 2 days ago

Environment

Observed Behavior

Beat doesn't start because it's trying to connect to a postgres db that doesn't exist

Expected Behavior

Nautobot, worker and beat all start

Steps to Reproduce

  1. copy invoke.mysql.yml to invoke.yml
  2. try to start nautobot

https://github.com/nautobot/cookiecutter-nautobot-app/blob/develop/nautobot-app/%7B%7B%20cookiecutter.project_slug%20%7D%7D/development/docker-compose.mysql.yml