diff --git a/templates/rallly/.felhom.yml b/templates/rallly/.felhom.yml index 19b8bfb..0b14393 100644 --- a/templates/rallly/.felhom.yml +++ b/templates/rallly/.felhom.yml @@ -11,8 +11,8 @@ slug: "rallly" # --- Resource hints (displayed on deploy screen) --- resources: - mem_request: "50M" - mem_limit: "256M" + mem_request: "384M" + mem_limit: "1024M" pi_compatible: true needs_hdd: false diff --git a/templates/rallly/docker-compose.yml b/templates/rallly/docker-compose.yml index 4242405..67550bb 100644 --- a/templates/rallly/docker-compose.yml +++ b/templates/rallly/docker-compose.yml @@ -41,7 +41,7 @@ services: deploy: resources: limits: - memory: 256M + memory: 768M # The rallly image has NO wget/curl — the old wget healthcheck always failed (exit 127), marking the # container unhealthy, which made Traefik refuse to publish a route to it. Use Node (always present). # rallly's "/" returns 307 → /login, so accept any status < 500.