mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-09 04:56:37 +00:00
externalize netbox download with wget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user