https://github.com/beevelop/docker-uniqush
:calling: Uniqush provides a unified push service for server-side notification to apps on any supported mobile platform.
https://github.com/beevelop/docker-uniqush
container-image docker docker-container docker-image uniqush
Last synced: 10 months ago
JSON representation
:calling: Uniqush provides a unified push service for server-side notification to apps on any supported mobile platform.
- Host: GitHub
- URL: https://github.com/beevelop/docker-uniqush
- Owner: beevelop
- License: mit
- Created: 2016-02-11T07:25:45.000Z (about 10 years ago)
- Default Branch: latest
- Last Pushed: 2021-04-11T11:01:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T11:21:15.968Z (11 months ago)
- Topics: container-image, docker, docker-container, docker-image, uniqush
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-uniqush/releases)


[](https://beevelop.com)
# [Uniqush](https://uniqush.org/) for Docker :whale:
> :calling: Uniqush provides a unified push service for server-side notification to apps on any supported mobile platform.
## Docker-Compose
```bash
git clone https://github.com/beevelop/docker-uniqush && cd docker-uniqush
docker-compose up -d
```
## Manually
```bash
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**.