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

nautobot-docker-compose-main-nautobot-1 | Traceback (most recent call last): nautobot-docker-compose-main-nautobot-1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/base/base.py", line 219, in ensure_connection nautobot-docker-compose-main-nautobot-1 | self.connect() nautobot-docker-compose-main-nautobot-1 | File "/usr/local/lib/python3.9/site-packages/django/utils/asyncio.py", line 33, in inner nautobot-docker-compose-main-nautobot-1 | return func(*args,...

Need to have a container added (and verified) for chatops.

Trying to get the compose file to work on Docker Swarm but all containers exits with error code 137. Only Redis and Postgres container is working.

Currently the celery worker doesn't have any volumes mapped in the `docker_compose.yml` file(s) Result: When executing a job from Plugin it failed because plugin config is not found. This container...

Current `pip` install steps in the Dockerfiles here can cause involuntary upgrades of Nautobot as documented. Should take a page out of https://github.com/nautobot/nautobot-plugin-golden-config/pull/344/files#diff-c6f8f74679cf3f9fd047891aa445b533bdb6b3e60cb80717cd0dbe66e0fcce1a and constrain against installed Nautobot version.

status: accepted
status: help wanted
type: housekeeping
hacktoberfest

Although I know that docker-compose is often considered a dev environment by the IT industry because of scaling, with most consultants advising a use of Kubernetes or other container orchestration...

status: accepted
status: help wanted
hacktoberfest

Provide details on deploying mysql

status: accepted
status: help wanted
type: enhancement
hacktoberfest

Between the simple docker-compose.yml, the docker-compose.ldap.yml and the docker-compose.override.yml.example there are significant differences. For example the inclusion of a seperate celery beat service in docker-compose.yml which is not included in...

If we desire the admin user to be automatically created as defined in the nautobot_config.py and local.env, then the value should be 'true', not 'True'. It's a little confusing when...

Postgress and Celery beat service produce errors in log during the first deployment (when no db exists already). Postgress complains for some relations that don't exist at specific character locations,...