You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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:
- 7000:7000
command: serve -l
#volumes:
# - ./config.yaml:/usr/src/app/config.yaml:ro
environment:
OPENSERP_SERVER_HOST: "0.0.0.0"
OPENSERP_SERVER_PORT: 7000
OPENSERP_BAIDU_RATE_REQUESTS: 6 # Number of requests per Minute
OPENSERP_BAIDU_RATE_BURST: 2 # Number of non-ratelimited requests per Minute