add .env and gitignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user