mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-07 04:27:27 -06:00
Update project scaffolding
* Use nginx for static files * Add netbox to docker-compose * Lint source code * Update nginx.conf to actually work * Build a base `branch` tag for latest of that branch
This commit is contained in:
@@ -69,7 +69,6 @@ RUN wget -q -O - "${URL}" | tar xz \
|
||||
|
||||
COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
|
||||
COPY docker/configuration/gunicorn_config.py /etc/netbox/config/
|
||||
COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
|
||||
COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh
|
||||
COPY docker/startup_scripts/ /opt/netbox/startup_scripts/
|
||||
COPY docker/initializers/ /opt/netbox/initializers/
|
||||
|
||||
Reference in New Issue
Block a user