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