From 220130266c20741547681dc59c565cef9109586c Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 16 Jan 2025 10:51:27 +0100 Subject: [PATCH] Document the reason behind the persistent storage size. --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index a1e259f110..32bfe73903 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,6 +173,10 @@ services: provenance: false lagoon.type: node-persistent lagoon.persistent: /app/.next + # The size of the persistent storage for this service + # is based on some documentation in Lagoon about hosting a node service: + # https://docs.lagoon.sh/docker-images/nodejs/#docker-composeyml-snippet + # We could revise in the future if we need more space. lagoon.persistent.size: 500Mi volumes: projectroot: