Remove browserless and add chrome in docker image

This commit is contained in:
Ricardo Paes
2022-02-08 14:19:31 -03:00
parent 9792f81e1e
commit c78d826a8f
4 changed files with 49 additions and 25 deletions

View File

@@ -0,0 +1,17 @@
version: '3'
networks:
whaticket:
services:
backend:
environment:
- CHROME_WS=ws://chrome:3000
chrome:
image: browserless/chrome:latest
environment:
- MAX_CONCURRENT_SESSIONS=${MAX_CONCURRENT_SESSIONS:-1}
networks:
- whaticket