feat: refactor docker setup, use chromedp/headless

This commit is contained in:
Rustem Kamalov
2026-04-21 02:25:29 +03:00
parent 08edec5779
commit 3a67241cbe
4 changed files with 103 additions and 14 deletions

View File

@@ -3,6 +3,9 @@ version: '3'
services:
openserp:
container_name: serp
init: true
# Chrome crashes with "Out of memory" on page loads when /dev/shm is the default 64MB. Prefer an enlarged shm over `ipc:host` to keep the container isolated from the host IPC namespace.
shm_size: 2gb
build:
context: .
ports: