add .env and gitignore

This commit is contained in:
2026-05-26 11:45:07 +02:00
parent 5c450c5ab1
commit 64790bfb34
4 changed files with 146 additions and 53 deletions

View File

@@ -15,10 +15,5 @@ services:
container_name: netbox_importer
tty: true
command: python ipscan-v2.py
environment:
- NETBOX_URL=https://netbox.xxxxx.xx/
- NETBOX_TOKEN=xxxxx
- NETWORKS=192.168.85.0/24,192.168.86.0/24
- TENANT=Xxxxx Praha
- SSL_VERIFY=false
- SCAN_SOURCE=env
env_file:
- .env