diff --git a/dashboard/docker-compose.yml b/dashboard/docker-compose.yml index bc91b66..95875ab 100644 --- a/dashboard/docker-compose.yml +++ b/dashboard/docker-compose.yml @@ -44,6 +44,10 @@ services: # Reach the host for Ollama API (port 11434) and host-only services - "host-gateway:host-gateway" restart: unless-stopped + deploy: + resources: + limits: + memory: 512m healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost:4004/health'] interval: 30s @@ -70,6 +74,10 @@ services: - default - platform_net restart: unless-stopped + deploy: + resources: + limits: + memory: 512m depends_on: backend: condition: service_healthy