Skip to content

Commit

Permalink
[core] run :chrome in plus
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed May 22, 2024
1 parent 355e47e commit a3c2c1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit a3c2c1b

Please sign in to comment.