Created
November 18, 2016 18:21
-
-
Save jm66/5cadd599d88452d1c948e2fb849acbcf 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 | |
| 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