bitcaster/demo

By bitcaster

Updated over 6 years ago

Bitcaster docker images

Image

50

This repo contains demo images of Bitcaster notifificsation platform.

Read more at https://github.com/bitcaster-io/bitcaster.

How to use these images:

docker run -p 8000:8000 --rm \
			-e PGDATA=/var/postgresql/data \
			-e BITCASTER_CONF_DIR=/etc/bitcaster \
			-e BITCASTER_CONF=/etc/bitcaster/conf \
			-v ./volumes/data:/var/postgresql/data \
			-v ./volumes/etc/bitcaster:/etc/bitcaster \
			-v /volumes/var/bitcaster:/var/bitcaster \
			bitcaster/demo:1.1

Docker Pull Command

docker pull bitcaster/demo