Skip to content

Commit

Permalink
Document the reason behind the persistent storage size.
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jan 16, 2025
1 parent ba204d4 commit 2201302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2201302

Please sign in to comment.