beevelop / docker-uniqush

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status Docker Pulls Docker Stars Docker Image Size (tag) License GitHub release GitHub Release Date CalVer Beevelop

Uniqush for Docker 🐳

📲 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.

About

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

License:MIT License


Languages

Language:Dockerfile 100.0%