diff --git a/pkg/hanzo-memory/compose.yml b/pkg/hanzo-memory/compose.yml index d99c2c0c..57350af6 100644 --- a/pkg/hanzo-memory/compose.yml +++ b/pkg/hanzo-memory/compose.yml @@ -18,17 +18,4 @@ services: test: ["CMD", "curl", "-f", "http://localhost:4000/health"] interval: 30s timeout: 10s - retries: 3 - - # Optional: Redis for caching - redis: - image: redis:7-alpine - ports: - - "6379:6379" - volumes: - - redis_data:/data - profiles: - - with-cache - -volumes: - redis_data: \ No newline at end of file + retries: 3 \ No newline at end of file