From a3c2c1bb22a0de3b3b261068e03f91fbd40fe60b Mon Sep 17 00:00:00 2001 From: devlikepro Date: Wed, 22 May 2024 15:18:57 +0700 Subject: [PATCH] [core] run :chrome in plus --- Makefile | 2 +- docker-compose.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bd6867ed..40ea560c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: docker build . -t devlikeapro/whatsapp-http-api build-chrome: - docker build . -t devlikeapro/whatsapp-http-api:chrome --build-arg USE_BROWSER=chrome + docker build . -t devlikeapro/whatsapp-http-api-plus:chrome --build-arg USE_BROWSER=chrome build-noweb: docker build . -t devlikeapro/whatsapp-http-api:noweb --build-arg USE_BROWSER=none diff --git a/docker-compose.yaml b/docker-compose.yaml index 74a5dad1..40986183 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,8 @@ version: '3' services: whatsapp-http-api: + # Check available Docker images: + # https://waha.devlike.pro/docs/how-to/engines/#docker-images image: devlikeapro/whatsapp-http-api container_name: whatsapp-http-api ports: @@ -13,7 +15,9 @@ services: restart: always whatsapp-http-api-plus: - image: devlikeapro/whatsapp-http-api-plus + # Check available Docker images: + # https://waha.devlike.pro/docs/how-to/engines/#docker-images + image: devlikeapro/whatsapp-http-api-plus:chrome container_name: whatsapp-http-api-plus ports: - '3000:3000/tcp' @@ -38,7 +42,9 @@ services: restart: always whatsapp-http-api-plus--mongodb: - image: devlikeapro/whatsapp-http-api-plus + # Check available Docker images: + # https://waha.devlike.pro/docs/how-to/engines/#docker-images + image: devlikeapro/whatsapp-http-api-plus:chrome container_name: whatsapp-http-api-plus--mongodb ports: - '3000:3000/tcp'