Dev Container¶
The repository ships a full Dev Container configuration that provides a ready-to-go development environment with NetBox, PostgreSQL 18, and Valkey 9.
Prerequisites¶
- Docker
- Either:
- VS Code + the Dev Containers extension, or
- the devcontainer CLI
Quick start¶
- Open the repository in VS Code and select Reopen in Container when prompted (or run
Dev Containers: Reopen in Containerfrom the command palette). - The container installs the plugin in editable mode, applies migrations, and starts an RQ worker automatically.
- Start the development server:
NetBox is available at http://localhost:8009 (default credentials: admin / admin).