Skip to content

Instantly share code, notes, and snippets.

@jm66
Created November 18, 2016 18:21
Show Gist options
  • Save jm66/5cadd599d88452d1c948e2fb849acbcf to your computer and use it in GitHub Desktop.
Save jm66/5cadd599d88452d1c948e2fb849acbcf to your computer and use it in GitHub Desktop.
Portworx Lighthouse
version: "2"
services:
influxdb:
image: tutum/influxdb:latest
restart: always
env_file:
- influxdb.env
web:
image: portworx/px-lighthouse
restart: always
ports:
- 80:80
depends_on:
- influxdb
entrypoint:
- /bin/bash
- /lighthouse/on-prem-entrypoint.sh
- -k
- etcd:https://${ETCD_HOST}:${ETCD_PORT}
- -d
- http://$PWX_INFLUXUSR:$PWX_INFLUXPW@influxdb:8086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment