externalize netbox download with wget

This commit is contained in:
Christian Mäder 2019-10-13 16:00:42 +02:00
parent ab4b8720d1
commit f3b9c34e3b
6 changed files with 88 additions and 67 deletions

View file

@ -1,11 +1,6 @@
version: '3.4'
services:
netbox: &netbox
build:
context: .
target: ${DOCKER_TARGET-main}
args:
- BRANCH=${VERSION-master}
image: netboxcommunity/netbox:${VERSION-latest}
depends_on:
- postgres