Uniqush provides a unified push service for server-side notification to apps on mobile platforms.
10K+
:calling: Uniqush provides a unified push service for server-side notification to apps on any supported mobile platform.
git clone https://github.com/beevelop/docker-uniqush && cd docker-uniqush
docker-compose up -d
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.
Content type
Image
Digest
Size
45.5 MB
Last updated
over 5 years ago
docker pull beevelop/uniqush