whatsapp gateway nodejs
510
Whatsapp Gateway
Environt List
TIMEZONE = Asia/Jakarta
MYSQL_DATABASE = lampstack
MYSQL_USER = lampstack
MYSQL_PASSWORD = lampstack
CRON1 = */1 * * * * /usr/bin/curl -s "http://localhost/id/blast-start" >/dev/null 2>&1
CRON2 = */10 * * * * /usr/bin/curl -s "http://localhost/id/subscription-check" >/dev/null 2>&1
Installations :
version: '3'
services:
whatsapp:
image: gerandonk/mpwa:latest
hostname: whatsapp
ports:
- '80:80'
- '443:443'
- '3100:3100'
environment:
- TIMEZONE="Asia/Jakarta"
- MYSQL_DATABASE="lampstack"
- MYSQL_USER="lampstack"
- MYSQL_PASSWORD="lampstack"
- CRON1="*/1 * * * * /usr/bin/curl -s "http://localhost/id/blast-start" >/dev/null 2>&1"
- CRON2="*/10 * * * * /usr/bin/curl -s "http://localhost/id/subscription-check" >/dev/null 2>&1"
restart: unless-stopped
To use for phpnuxbill :
https://localhost/send-message?api_key=1234567890&sender=62888xxxx&number=62888xxxx&message=Hello World
Donation:
Content type
Image
Digest
sha256:ee9972f22…
Size
202.1 MB
Last updated
8 months ago
docker pull gerandonk/mpwa