You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3'
|
|
|
|
services:
|
|
rfmon:
|
|
container_name: rfmon
|
|
image: # TODO: Add image
|
|
restart: unless-stopped
|
|
network_mode: "host"
|
|
environment:
|
|
- LOGLEVEL=DEBUG
|
|
- WIFI_INTERFACE=wlan0
|
|
- INFLUX_URL=http://influxdb:8086/
|
|
- INFLUX_TOKEN=
|
|
- INFLUX_ORG=
|
|
- INFLUX_BUCKET=
|