mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
14 lines
277 B
YAML
14 lines
277 B
YAML
---
|
|
version: '3.4'
|
|
services:
|
|
netbox:
|
|
build:
|
|
dockerfile: Dockerfile-plugin_dev
|
|
context: .
|
|
ports:
|
|
- "8000:8080"
|
|
volumes:
|
|
- ../:/opt/netbox/netbox/netbox-acls
|
|
- ~/.gitconfig:/home/vscode/.gitconfig:z,ro
|
|
- ~/.ssh:/home/vscode/.ssh
|