Push relay Node.js image
284
A Trambar push relay accepts notifications from Trambar servers and sends them to Amazon's Simple Notification Service (SNS), which in turns send them to APNS, FCM, and WNS.
Install Docker and Docker compose:
sudo apt-get install docker.io docker-compose
Create the directory /etc/tpr.
Copy docker-compose.yml into /etc/tpr.
Create .env in /etc/tpr based on the template file.
Change working directory to /etc/tpr and start up the relay:
sudo docker-compose up -d
Content type
Image
Digest
Size
339.3 MB
Last updated
almost 8 years ago
docker pull trambar/trambar-push-relay-node