Last active
November 18, 2016 18:19
-
-
Save jm66/b0ed6e4307b3e9a7ddf9f90904658eee to your computer and use it in GitHub Desktop.
Portworx Lighthouse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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