nautobot-docker-compose icon indicating copy to clipboard operation
nautobot-docker-compose copied to clipboard

Docker Compose for Nautobot

Results 25 nautobot-docker-compose issues
Sort by recently updated
recently updated
newest added

Suggested fix for #70. This allows for the Nautobot module dependency defined in `pyproject.toml` to be parsed successfully both in its string form and its inline-table form. If a user...

I was trying to enable Napalm functionality on our Nautobot instance, using the instructions from [Nautobot Documentation -> User Guide -> Administration -> Installation -> Installing Nautobot](https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/installation/nautobot/#configuring-napalm). In the context...

Just a quick documentation of an issue I had today while using the docker-compose setup to spin up a Nautobot 1.6 instance for testing. https://github.com/nautobot/nautobot-docker-compose/blob/main/config/nautobot_config.py.ldap#L353 imports the `ColorizingStreamHandler` class from...

It seems that now, after the 2.X release train is live buliding custom containers installs the latest version of nautobot and any plugins (apps) by default. This requires having to...

type: enhancement

I have followed the description and I can get the UI etc. But the "docker-compose up" command never ends, I stops: `root@nautobot01:/opt/nautobot/nautobot-docker-compose# docker-compose up Starting nautobot-docker-compose_nautobot_1 ... done Starting nautobot-docker-compose_db_1...

I followed all the directions in this project. I have a plugin so I included all the steps required to build the image with the plugin module. Image built fine....

See https://github.com/nautobot/nautobot/issues/1106. I suggest using `nautobot-server celery inspect ping --destination celery@$HOSTNAME` as the helm chart does.

If you stop and restart nautobot instance, you cannot view the uploaded images ### Way to reproduce - Start nautobot using docker-compose - Upload an image to a site -...

status: accepted
type: documentation

in https://github.com/nautobot/nautobot-docker-compose/blob/main/local.env.example row 24: `NAUTOBOT_CACHEOPS_REDIS=redis://:decinablesprewad@redis:6379/1` There is an extra : in there after `redis://` Same thing in https://github.com/nautobot/nautobot-docker-compose/blob/main/config/nautobot_config.py.ldap row 61. `CACHEOPS_REDIS = os.getenv("NAUTOBOT_CACHEOPS_REDIS", f"{redis_protocol}://:{cache_ops_pwd}@{cache_ops_host}:{cache_ops_port}/1")` This caused al sorts of weird...

I believe the LDAP requirements are baked in to the Nautobot container now, worth a double check but could reduce the code here.