[PR #107] [MERGED] Add option to dockerize netbox #11988

Closed
opened 2025-12-29 22:18:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/107
Author: @koep
Created: 6/29/2016
Status: Merged
Merged: 7/2/2016
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (1)

  • 24e361d Add option to dockerize netbox

📊 Changes

7 files changed (+271 additions, -0 deletions)

View changed files

Dockerfile (+25 -0)
docker-compose.yml (+55 -0)
docker/docker-entrypoint.sh (+22 -0)
docker/gunicorn_config.py (+5 -0)
docker/nginx.conf (+35 -0)
docs/getting-started-docker.md (+54 -0)
netbox/netbox/configuration.docker.py (+75 -0)

📄 Description

Hi guys,

this patch enables users to build and run netbox inside a docker container. I also added the option to run netbox via docker-compose (docker-compose up -d magic).

The implementation can probably be improved, but I think a lot of people like to use docker to try applications out these days. This is a good start.

Let me know what you think!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/107 **Author:** [@koep](https://github.com/koep) **Created:** 6/29/2016 **Status:** ✅ Merged **Merged:** 7/2/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`24e361d`](https://github.com/netbox-community/netbox/commit/24e361dc502bd921c962a728dacf3d2ae970f9cf) Add option to dockerize netbox ### 📊 Changes **7 files changed** (+271 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+25 -0) ➕ `docker-compose.yml` (+55 -0) ➕ `docker/docker-entrypoint.sh` (+22 -0) ➕ `docker/gunicorn_config.py` (+5 -0) ➕ `docker/nginx.conf` (+35 -0) ➕ `docs/getting-started-docker.md` (+54 -0) ➕ `netbox/netbox/configuration.docker.py` (+75 -0) </details> ### 📄 Description Hi guys, this patch enables users to build and run netbox inside a docker container. I also added the option to run netbox via docker-compose (docker-compose up -d magic). The implementation can probably be improved, but I think a lot of people like to use docker to try applications out these days. This is a good start. Let me know what you think! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:18:58 +01:00
adam closed this issue 2025-12-29 22:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11988