+ php8.2 example docker compose service

+ e2e example docker compose config file with browserless service
This commit is contained in:
2024-08-06 19:17:47 +03:00
parent f63747e59f
commit 35baceb62a
5 changed files with 194 additions and 2 deletions

12
docker-compose.e2e.yml.example Executable file
View 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"