boyney123 / garie-lighthouse

Lighthouse Garie plugin. Polls websites to checkout performance metrics also supports webhooks.
MIT License
50 stars 24 forks source link

Outdated docker-compose.yml #13

Open dodikvt opened 5 years ago

dodikvt commented 5 years ago

Looks like something has been change in the name of docker registry, also config.json is not loaded.

version: "3"
services:
  influxdb:
    image: "influxdb:latest"
    ports:
      - 8086:8086
    environment:
      - INFLUXDB_ADMIN_USER=admin
      - INFLUXDB_ADMIN_PASSWORD=admin
  garie-lighthouse:
    image: "garie/lighthouse:latest"
    volumes:
      - ./config.json:/usr/src/garie-lighthouse/config.json
      - ./reports:/usr/src/garie-lighthouse/reports
    ports:
      - 3000:3000
    environment:
      - HOST=influxdb