BREWBLOX DIAGNOSTIC DUMP Tue 30 Jul 18:04:23 BST 2019 valves not working ==============VARS============== Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux Docker version 18.09.0, build 4d60db4 docker-compose version 1.23.2, build 1110ad0 BREWBLOX_PORT_MDNS=None BREWBLOX_RELEASE=edge BREWBLOX_PORT_HTTP=None BREWBLOX_PORT_HTTPS=None BREWBLOX_CFG_VERSION=0.2.1 ==============CONFIG============== version: '3' services: mdns: image: brewblox/brewblox-mdns:rpi-${BREWBLOX_RELEASE:-stable} network_mode: host restart: unless-stopped command: > --port=${BREWBLOX_PORT_MDNS:-5000} eventbus: image: arm32v6/rabbitmq:alpine restart: unless-stopped influx: image: influxdb restart: unless-stopped volumes: - ./influxdb:/var/lib/influxdb environment: - INFLUXDB_HTTP_LOG_ENABLED=false - INFLUXDB_LOGGING_LEVEL=warn - INFLUXDB_DATA_WAL_FSYNC_DELAY=1s - INFLUXDB_DATA_INDEX_VERSION=tsi1 datastore: image: treehouses/couchdb restart: unless-stopped labels: - "traefik.port=5984" - "traefik.frontend.rule=PathPrefixStrip: /datastore" volumes: - ./couchdb/:/opt/couchdb/data/ spark-one: image: brewblox/brewblox-devcon-spark:rpi-${BREWBLOX_RELEASE:-stable} privileged: true depends_on: - eventbus - datastore restart: unless-stopped labels: - "traefik.port=5000" - "traefik.frontend.rule=PathPrefix: /spark-one" command: > --name=spark-one --mdns-port=${BREWBLOX_PORT_MDNS:-5000} --device-host=192.168.86.26 spark-two: image: brewblox/brewblox-devcon-spark:rpi-${BREWBLOX_RELEASE:-stable} privileged: true depends_on: - eventbus - datastore restart: unless-stopped labels: - "traefik.port=5000" - "traefik.frontend.rule=PathPrefix: /spark-two" command: > --name=spark-two --mdns-port=${BREWBLOX_PORT_MDNS:-5000} --device-host=192.168.86.25 history: image: brewblox/brewblox-history:rpi-test-firmware-rollback depends_on: - influx - eventbus restart: unless-stopped labels: - "traefik.port=5000" - "traefik.frontend.rule=PathPrefix: /history" ui: image: brewblox/brewblox-ui:rpi-${BREWBLOX_RELEASE:-stable} restart: unless-stopped labels: - "traefik.port=80" - "traefik.frontend.rule=PathPrefix: /" traefik: image: traefik restart: unless-stopped ports: - ${BREWBLOX_PORT_HTTP:-80}:${BREWBLOX_PORT_HTTP:-80} - ${BREWBLOX_PORT_HTTPS:-443}:${BREWBLOX_PORT_HTTPS:-443} volumes: - ./traefik:/config - /var/run/docker.sock:/var/run/docker.sock command: > -c /dev/null --docker --docker.domain=brewblox.local --entrypoints='name:http Address::${BREWBLOX_PORT_HTTP:-80} Redirect.EntryPoint:https' --entrypoints='name:https Address::${BREWBLOX_PORT_HTTPS:-443} TLS:config/brewblox.crt,config/brewblox.key' --defaultentrypoints="http,https" ==============LOGS============== Attaching to Attaching to Attaching to Attaching to Attaching to Attaching to Attaching to Attaching to Attaching to ==============INSPECT==============