theanurin/edgebus

By theanurin

Updated 6 months ago

EdgeBus is a library and standalone server application that makes your life easy in production integ

Image

10K+

docker build \
  --build-arg BUILD_CONFIGURATION=snapshot \
  --build-arg BUILD_COMMIT_REF=local \
  --build-arg BUILD_COMMIT_TIMESTAMP=$(date +"%Y-%m-%d") \
  --build-arg BUILD_PIPELINE_URL=http://localhost \
  --build-arg BUILD_PROJECT_URL=http://localhost \
  --build-arg BUILD_RC_VERSION=0 \
  --build-arg BUILD_TAG_VERSION=0.2.0 \
  --build-arg BUILD_VERSION_APPENDER=-local \
  --tag edgebus \
  --file docker/Dockerfile \
  . \
  && docker run --rm -it \
    --env "server.main.type=http" \
    --env "server.main.listenPort=8080" \
    --publish 8080:8080 \
    edgebus

Docker Pull Command

docker pull theanurin/edgebus