Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taufiqibrahim/1ddbac5f242713eb1adf88ef638088c0 to your computer and use it in GitHub Desktop.
Save taufiqibrahim/1ddbac5f242713eb1adf88ef638088c0 to your computer and use it in GitHub Desktop.
Data Pipeline Service Graph Using AWS Neptune - Graphexp Docker Compose
# 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