Skip to content

Commit 6e1f8d3

Browse files
author
Christian Kniep
committed
put config into netbox image
1 parent 8b7d86d commit 6e1f8d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@ RUN apt-get update && apt-get install -y \
2121
&& apt-get purge -y --auto-remove git build-essential
2222

2323
ADD docker/docker-entrypoint.sh /docker-entrypoint.sh
24+
ADD netbox/netbox/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
2425

2526
ENTRYPOINT [ "/docker-entrypoint.sh" ]
27+
28+
ADD docker/gunicorn_config.py /opt/netbox/
29+
ADD docker/nginx.conf /etc/netbox-nginx/
30+
VOLUME ["/etc/netbox-nginx/"]

0 commit comments

Comments
 (0)