services:
  wble:
    image: wble
    build: ./
    hostname: wble
    container_name: wble
    restart: always
    environment:
      - MACHINEID="Pi4"
      - ELASTICINDEX="ble"
      - SECONDS=60
      - COUNTERCHANGEMAC=90
      - WAITSTARTSCAN=3
      - ELASTICSEARCHNODE="https://elasticsearch-node:9200"
    cap_add:
      - NET_ADMIN
      - SYS_ADMIN
    # volumes:
    #   - ./wble:/wble
    network_mode: host