Introduces a Netbox Docker project version

This commit is contained in:
Christian Mäder 2018-04-04 09:44:58 +02:00
parent 6074fd873a
commit f56a79381b
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
4 changed files with 20 additions and 0 deletions

View file

@ -51,3 +51,6 @@ VOLUME ["/etc/netbox-nginx/"]
CMD ["gunicorn", "-c /etc/netbox/gunicorn_config.py", "netbox.wsgi"]
LABEL SRC_URL="$URL"
ARG NETBOX_DOCKER_PROJECT_VERSION=snapshot
LABEL NETBOX_DOCKER_PROJECT_VERSION="$NETBOX_DOCKER_PROJECT_VERSION"