mirror of
https://github.com/karust/openserp.git
synced 2026-08-17 21:58:18 +08:00
feat: refactor docker setup, use chromedp/headless
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user