Created
March 12, 2021 17:06
-
-
Save taufiqibrahim/1ddbac5f242713eb1adf88ef638088c0 to your computer and use it in GitHub Desktop.
Data Pipeline Service Graph Using AWS Neptune - Graphexp Docker Compose
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
# https://github.com/bricaud/graphexp/archive/v0.8.0.zip | |
# | |
# Copyright IBM Corp All Rights Reserved | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
version: "3" | |
services: | |
graphexp: | |
container_name: graphexp | |
image: bizzy/graphexp:latest | |
build: | |
context: . | |
args: | |
http_proxy: ${http_proxy} | |
https_proxy: ${https_proxy} | |
no_proxy: ${no_proxy} | |
GRAPHEXP_SOURCE_URL: https://github.com/bricaud/graphexp/archive/v0.8.0.zip | |
ports: | |
- "8183:80" | |
environment: | |
- GRAPHEXP_SOURCE_URL="https://github.com/bricaud/graphexp/archive/v0.8.0.zip" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment