Gunicorn is replaced with nginx-unit
We now serve Netbox with an nginx-unit instance instead of Gunicorn.
This allows us to get rid of the extra Nginx container because Unit is
also serving the static files. The static files are now collected at container
buildtime instead of every startup.
1 parent 380cb77 commit d2733917732fd8c73239f50407046604f03c838d
@Tobias Genannt Tobias Genannt authored on 10 Nov 2020
Showing 15 changed files
View
.github/ISSUE_TEMPLATE/bug_report.md
View
.github/workflows/push.yml
View
Dockerfile
View
README.md
View
build.sh
View
docker-compose.test.yml
View
docker-compose.yml
View
docker/configuration.docker.py
View
docker/docker-entrypoint.sh
View
docker/gunicorn_config.py 100644 → 0
View
docker/launch-netbox.sh 0 → 100755
View
docker/nginx-unit.json 0 → 100644
View
docker/nginx.conf 100644 → 0
View
requirements-container.txt 0 → 100644
View
test.sh