Forgot to add shm (else java crashes)

This commit is contained in:
Remy Moll 2022-09-12 11:56:10 +02:00
parent 6b88b79e9d
commit 6d8de7777f

View File

@ -35,6 +35,7 @@ services:
geckodriver: # separate docker container for pdf-download. This hugely improves stability (and creates shorter build times for the containers) geckodriver: # separate docker container for pdf-download. This hugely improves stability (and creates shorter build times for the containers)
image: ${GECKODRIVER_IMG} image: ${GECKODRIVER_IMG}
shm_size: 2gb
environment: environment:
- START_VNC=${HEADFULL-false} # as opposed to headless, used when requiring supervision (eg. for websites that crash) - START_VNC=${HEADFULL-false} # as opposed to headless, used when requiring supervision (eg. for websites that crash)
- START_XVFB=${HEADFULL-false} - START_XVFB=${HEADFULL-false}