Golang WhatsApp - Built with Go for efficient memory use
112
docker run --detach --publish=4000:4000 --name=whatsapp --restart=always --volume=$(docker volume create --name=whatsapp):/app/storages riadag/go-whatsapp-web-multidevice rest --autoreply="Dont't reply this message please"
create docker-compose.yml file with the following configuration:
Using Docker Hub:
services:
whatsapp:
image: riadag/go-whatsapp-web-multidevice:latest
container_name: whatsapp
restart: always
ports:
- "4000:4000"
volumes:
- whatsapp:/app/storages
command:
- rest
- --basic-auth=admin:admin
- --port=4000
- --debug=true
- --os=Chrome
- --account-validation=false
volumes:
whatsapp:
create GOWA.yml file with the following configuration:
Using Docker Hub:
name: cheerful_erik
services:
whatsapp:
cpu_shares: 90
command:
- rest
- --basic-auth=admin:admin
- --port=4000
- --debug=true
- --os=Chrome
- --account-validation=false
container_name: whatsapp
deploy:
resources:
limits:
memory: 3785M
hostname: whatsapp
image: riadag/go-whatsapp-web-multidevice:latest
labels:
icon: https://raw.githubusercontent.com/aldinokemal/go-whatsapp-web-multidevice/fe7d2c78634b1800a85c7a0eb820a1bba89625bf/src/views/assets/gowa.svg
ports:
- target: 4000
published: "4000"
protocol: tcp
restart: always
volumes:
- type: bind
source: /DATA/AppData/whatsapp
target: /app/storages
devices: []
cap_add: []
environment: []
network_mode: bridge
privileged: false
x-casaos:
author: self
category: self
hostname: ""
icon: https://raw.githubusercontent.com/aldinokemal/go-whatsapp-web-multidevice/fe7d2c78634b1800a85c7a0eb820a1bba89625bf/src/views/assets/gowa.svg
index: /
is_uncontrolled: false
port_map: "4000"
scheme: http
store_app_id: cheerful_erik
title:
custom: GOWA
en_us: whatsapp
http://localhost:4000 in browseContent type
Image
Digest
sha256:e79bca8fb…
Size
79.7 MB
Last updated
3 months ago
docker pull riadag/go-whatsapp-web-multidevice