Restructured entire repo

Moved volume mounted files to their own directory
Split docker envs into their own files
This commit is contained in:
MatthewJSalerno
2019-11-22 22:04:41 -05:00
parent 9c5b76f97e
commit c3d4f73505
14 changed files with 124 additions and 117 deletions

View File

@@ -0,0 +1,39 @@
apiVersion: 1
deleteDatasources:
- name: ntop
orgId: 1
- name: pfsensefw
orgId: 1
datasources:
- name: ntop
type: influxdb
access: proxy
url: http://influxdb:8086
password: ntop
user: ntop
database: ndpi
basicAuth: false
basicAuthUser:
basicAuthPassword:
withCredentials:
isDefault: true
jsonData:
tlsAuth: false
tlsAuthWithCACert: false
secureJsonData:
tlsCACert: ""
tlsClientCert: ""
tlsClientKey: ""
version: 1
editable: true
- name: pfsensefw
type: elasticsearch
access: proxy
database: "pfsense_*"
url: http://elasticsearch:9200
jsonData:
esVersion: 60
timeField: "utc_timestamp"