fix(docker): apply max old space size env var to webapp (#2273)

This commit is contained in:
nicktrn
2025-07-16 16:36:05 +01:00
committed by GitHub
parent 5e999c8992
commit aa3a56a85d
+1
View File
@@ -54,6 +54,7 @@ services:
OBJECT_STORE_ACCESS_KEY_ID: ${OBJECT_STORE_ACCESS_KEY_ID}
OBJECT_STORE_SECRET_ACCESS_KEY: ${OBJECT_STORE_SECRET_ACCESS_KEY}
GRACEFUL_SHUTDOWN_TIMEOUT: 1000
NODE_MAX_OLD_SPACE_SIZE: ${NODE_MAX_OLD_SPACE_SIZE}
# Bootstrap - this will automatically set up a worker group for you
# This will NOT work for split deployments
TRIGGER_BOOTSTRAP_ENABLED: 1