[web] use a tmpfs for the data-dir of the acceptance tests (#23571)

Moving mongodb onto a tmpfs requires too much memory.

GitOrigin-RevId: e870ed8b5349c13e948f7037369fb52356cd562c
This commit is contained in:
Jakob Ackermann 2025-02-13 08:24:28 +00:00 committed by Copybot
parent b974b501f4
commit da31539306

View file

@ -45,6 +45,8 @@ services:
- mongo
- saml
- ldap
tmpfs:
- /overleaf/services/web/data
test_frontend:
build: