+ php8.2 example docker compose service
+ e2e example docker compose config file with browserless service
This commit is contained in:
12
docker-compose.e2e.yml.example
Executable file
12
docker-compose.e2e.yml.example
Executable file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
browserless:
|
||||
image: browserless/chrome:latest
|
||||
environment:
|
||||
- MAX_CONCURRENT_SESSIONS=10
|
||||
- CONNECTION_TIMEOUT=60000
|
||||
- HOST=0.0.0.0
|
||||
- PORT=3000
|
||||
container_name: "browserless"
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
Reference in New Issue
Block a user