mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-24 09:28:41 -06:00
docker-compose.yml
Docker Compose file for running the netbox-zabbix-sync
This commit is contained in:
parent
981be642e5
commit
20c8d35111
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# example docker compose file for netbox to zabbix sync
|
||||||
|
#
|
||||||
|
|
||||||
|
services:
|
||||||
|
nbx-zbx-sync:
|
||||||
|
container_name: netbox-zabbix-sync
|
||||||
|
restart: no
|
||||||
|
image: ghcr.io/thenetworkguy/netbox-zabbix-sync:main
|
||||||
|
volumes:
|
||||||
|
- /etc/netbox-zabbix-sync/config.py:/opt/netbox-zabbix/config.py
|
||||||
|
environment:
|
||||||
|
- ZABBIX_HOST=http://yourawesomezabbixserver.local:8080
|
||||||
|
- ZABBIX_TOKEN=<zabbix_api_token>
|
||||||
|
- NETBOX_HOST=http://yourawesomenetboxserver.local
|
||||||
|
- NETBOX_TOKEN=<netbox_api_token>
|
Loading…
Reference in New Issue
Block a user