Sign inSign up

beevelop/uniqush

By beevelop

Updated about 5 years ago

Uniqush provides a unified push service for server-side notification to apps on mobile platforms.

Image
2

10K+

beevelop/uniqush repository overview

Pulls Layers Size Release Badges Beevelop

Uniqush for Docker :whale:

:calling: Uniqush provides a unified push service for server-side notification to apps on any supported mobile platform.

Docker-Compose

git clone https://github.com/beevelop/docker-uniqush && cd docker-uniqush
docker-compose up -d

Manually

docker run -d --name redis redis:alpine
docker run -d --link redis:redis --name uniqush -p 9898:9898 beevelop/uniqush

You can validate that Uniqush successfully launched by accessing http://YOUR_HOST:9898/version.

Tag summary

Content type

Image

Digest

Size

45.5 MB

Last updated

over 5 years ago

docker pull beevelop/uniqush