Skip to content

Customised builds for Netbox for use by NexGen Cloud

Notifications You must be signed in to change notification settings

NexGenCloud/netbox

Repository files navigation

Nexgen Cloud Netbox Docker

Based on netbox-community/netbox-docker, with modifications for use by NexGen Cloud.

Building

docker build -t netbox:<version> .

Testing

Create an environment file for each service in ./env:

  • netbox.env
  • postgres.env
  • redis-cache.env
  • redis.env

Samples exist in the ./env directory, suffixed with .sample.

Then bring up with Docker compose: docker compose -f docker-compose.dev.yml up [-d]