Skip to content

PushOCCRP/docker-uniqush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Docker Pulls ImageLayer 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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%