Skip to content

Instantly share code, notes, and snippets.

@jm66
Last active November 18, 2016 18:19
Show Gist options
  • Save jm66/b0ed6e4307b3e9a7ddf9f90904658eee to your computer and use it in GitHub Desktop.
Save jm66/b0ed6e4307b3e9a7ddf9f90904658eee 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
env_file:
- lighthouse.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment