chore: Some changes

This commit is contained in:
2026-04-21 18:14:04 +02:00
parent 55c4e4bd9b
commit 4508d78b89
5 changed files with 25 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Docker compose for only starting selenium grid
services:
selenium:
build: .
container_name: selenium
shm_size: 2gb
ports:
- "4444:4444"
environment:
- SE_VNC_NO_PASSWORD=1
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:4444/status"]
interval: 10s
timeout: 5s
retries: 5
start_period: 30s