mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Added volumes to Dockerfile
This commit is contained in:
parent
e9bea0a420
commit
d717f3a09f
|
|
@ -39,6 +39,8 @@ RUN wget -q -O - "${URL}" | tar xz \
|
|||
WORKDIR /opt/netbox
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
VOLUME ["/opt/netbox/netbox/static"]
|
||||
|
||||
COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
|
||||
COPY configuration/gunicorn_config.py /etc/netbox/config/
|
||||
COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue