Newer
Older
dhcp2MQTT / docker-compose.yml
@Pascal Gollor Pascal Gollor on 5 Sep 2018 335 bytes fix spelling bug
version: '2.1'

services:
    dashlisten-mail:
      build: ./docker
      mem_limit: 512m
      restart: always
      environment:
        - DASH_MAC_ADDRESS=${DASH_MAC_ADDRESS}
        - DASH_URL_CALLBACK=${DASH_URL_CALLBACK}
      tmpfs:
        - /tmp
      network_mode: host
      cap_add:
        - NET_ADMIN
        - NET_RAW