Skip to content

Instantly share code, notes, and snippets.

@Addono
Created April 5, 2020 18:55
Show Gist options
  • Save Addono/35d4ca24f163f272ec6f5f7ddd9f6f15 to your computer and use it in GitHub Desktop.
Save Addono/35d4ca24f163f272ec6f5f7ddd9f6f15 to your computer and use it in GitHub Desktop.
Create an Apache Zeppelin container with Docker Compose
zeppelin:
image: apache/zeppelin:0.9.0
environment:
ZEPPELIN_LOG_DIR: /logs
ZEPPELIN_NOTEBOOK_DIR: /notebook
volumes:
- ./logs:/logs
- ./notebook:/notebook
- ./helium:/zeppelin/helium
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment