Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Add Docker stack file that can work with Docker Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Humphrey committed Feb 28, 2017
1 parent 6c6fa0e commit 4fa72db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docker-cloud.yml
@@ -0,0 +1,26 @@
hadoop:
image: indeedoss/imhotep-cdh5-hdfs:latest
volumes:
- /var/lib/hadoop-hdfs
expose:
- "8020"
roles:
- global
zookeeper:
image: indeedoss/imhotep-zookeeper:latest
expose:
- "2181"
roles:
- global
daemon:
image: indeedoss/imhotep-daemon:latest
expose:
- "12345"
roles:
- global
frontend:
image: indeedoss/imhotep-frontend:latest
ports:
- "80"
roles:
- global

0 comments on commit 4fa72db

Please sign in to comment.