bitcaster/demo
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 bitcaster/demo