Compare commits

...

1 Commits

Author SHA1 Message Date
720fbbe75b Added example compose-file 2021-11-29 13:13:23 +01:00

15
docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
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=