netbox-docker

🐳 Docker Image of NetBox

APACHE-2.0 License

Downloads
13.7K
Stars
1.8K
Committers
106

Bot releases are hidden (Show)

netbox-docker -

Published by cimnine over 5 years ago

Upgrade Django #123 according to Netbox.

netbox-docker -

Published by cimnine over 5 years ago

Upgrade to Alpine Linux 3.9 #126

netbox-docker -

Published by cimnine about 6 years ago

From the Breaking Changes section of the README.md:

In order to use Netbox webhooks you need to add Redis and a netbox-worker to your docker-compose.yml.

Also, make sure you delete the netbox-nginx-config volume, or your nginx might get stuck.

# Stop your local netbox-docker installation
$ docker-compose down

# Find the volume
$ docker volume ls | grep netbox-nginx-config
local               netbox-docker_netbox-nginx-config

# Remove the volume
$ docker volume rm netbox-docker_netbox-nginx-config
netbox-docker_netbox-nginx-config

These changes were applied to images tagged with v2.4.3 and up. Here's how you can check if your affected by these changes:

$ docker inspect ninech/netbox:v2.4.3 --format "{{json .ContainerConfig.Labels}}"
{"NETBOX_DOCKER_PROJECT_VERSION":"0.4.0","SRC_URL":"https://github.com/digitalocean/netbox/archive/v2.4.3.tar.gz"}

If the NETBOX_DOCKER_PROJECT_VERSION says 0.4.0, you're affected.