Based on netbox-community/netbox-docker, with modifications for use by NexGen Cloud.
docker build -t netbox:<version> .Create an environment file for each service in ./env:
netbox.envpostgres.envredis-cache.envredis.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]