This repo is a good starting point, but it might be a bit confusing for newcomers as the config/nautobot_config.py is not mounted by default and thus does not apply any of the customisations specified by the user.
Presumably docker-compose.yml should have a volumes mount for ./config/nautobot_config.py into /opt/nautobot/nautobot_config.py, e.g.;
This repo is a good starting point, but it might be a bit confusing for newcomers as the
config/nautobot_config.py
is not mounted by default and thus does not apply any of the customisations specified by the user.Presumably
docker-compose.yml
should have avolumes
mount for./config/nautobot_config.py
into/opt/nautobot/nautobot_config.py
, e.g.;Let me know if you'd take a PR for this and I'll happily fix, thanks.