mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Add environment variable in frontend and ssl
This commit is contained in:
17
docker-compose.browserless.yaml
Normal file
17
docker-compose.browserless.yaml
Normal 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
|
||||
Reference in New Issue
Block a user