This image is based on node node image. It is extended to support pushd service.
pushd:
image: amsdard/pushd:latest
volumes:
- ./settings:/opt/settings
environment:
- REDIS_PORT=6379
- REDIS_HOST=redis
- GCM_KEY=AIwwSyDNo1CG-YjSt6ITbDvTOQFsKfmF0Ab3Om3
Use /opt/settings volume to use your custom settings template and/or to provide extra files like apns certificates. If you are running redis in a container which is linked to pushd container and your redis container is named redis, remember to explicitly pass REDIS_PORT otherwise docker will populate pushd container with its own envs including REDIS_PORT.
By default pushd acl is disabled (because of problems with IPv6) - if you want to enable it, you can set variable:
Acl will block publish requests not from private network.
Content type
Image
Digest
sha256:d57297ea5…
Size
252 MB
Last updated
almost 10 years ago
docker pull amsdard/pushd