Add suggestions from PRs in digitalocean/netbox-drocker

This commit is contained in:
Christian Mäder 2017-06-09 10:14:43 +02:00
parent c1e88f81ac
commit d9c1bd143d
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
3 changed files with 47 additions and 3 deletions

View file

@ -1,8 +1,11 @@
version: '3'
services:
netbox:
build: .
image: digitalocean/netbox:v2.0-beta3
build:
context: .
args:
- BRANCH=${BRANCH-master}
image: digitalocean/netbox:${BRANCH-master}
depends_on:
- postgres
env_file: netbox.env